mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
updated bundles
This commit is contained in:
parent
225a1181c9
commit
33b0698269
2 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue