updated bundles

This commit is contained in:
Can Abacigil 2017-10-03 11:53:07 +03:00
parent 225a1181c9
commit 33b0698269
2 changed files with 4 additions and 2 deletions

View file

@ -78,7 +78,9 @@ gulp.task('release', ['clean-release','compile'], function() {
bundleOne('src/yaml'), bundleOne('src/yaml'),
bundleOne('src/solidity'), bundleOne('src/solidity'),
bundleOne('src/sb'), bundleOne('src/sb'),
bundleOne('src/mysql') bundleOne('src/mysql'),
bundleOne('src/redshift'),
bundleOne('src/pgsql')
) )
.pipe(uglify({ .pipe(uglify({
output: { output: {

View file

@ -1,6 +1,6 @@
{ {
"name": "@teamsqlio/monaco-languages", "name": "@teamsqlio/monaco-languages",
"version": "0.9.2", "version": "0.9.3",
"description": "Bundle of many languages for the Monaco Editor.", "description": "Bundle of many languages for the Monaco Editor.",
"scripts": { "scripts": {
"compile": "node_modules/.bin/gulp compile", "compile": "node_modules/.bin/gulp compile",