updated bundles

pull/2748/head
Can Abacigil 7 years ago
parent 225a1181c9
commit 33b0698269

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

Loading…
Cancel
Save