From 33b0698269439c9c40874ff6dea4967aa89115fc Mon Sep 17 00:00:00 2001 From: Can Abacigil Date: Tue, 3 Oct 2017 11:53:07 +0300 Subject: [PATCH] updated bundles --- gulpfile.js | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 898e50a7..62ce2045 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -78,7 +78,9 @@ gulp.task('release', ['clean-release','compile'], function() { bundleOne('src/yaml'), bundleOne('src/solidity'), bundleOne('src/sb'), - bundleOne('src/mysql') + bundleOne('src/mysql'), + bundleOne('src/redshift'), + bundleOne('src/pgsql') ) .pipe(uglify({ output: { diff --git a/package.json b/package.json index 08f20cde..07de5384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teamsqlio/monaco-languages", - "version": "0.9.2", + "version": "0.9.3", "description": "Bundle of many languages for the Monaco Editor.", "scripts": { "compile": "node_modules/.bin/gulp compile",