@@ -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: {
@@ -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",