monaco-editor-core@0.5.2

This commit is contained in:
Alex Dima 2016-06-24 22:49:40 +02:00
parent 543663b2f0
commit a398c4f33b
2 changed files with 3 additions and 3 deletions

View file

@ -385,7 +385,7 @@ gulp.task('website', ['clean-website', 'playground-samples'], function() {
}); });
gulp.task('simpleserver', function(cb) { gulp.task('simpleserver', function(cb) {
httpServer.createServer({ root: '../' }).listen(8080); httpServer.createServer({ root: '../', cache: 5 }).listen(8080);
httpServer.createServer({ root: '../' }).listen(8088); httpServer.createServer({ root: '../', cache: 5 }).listen(8088);
console.log('LISTENING on 8080 and 8088'); console.log('LISTENING on 8080 and 8088');
}); });

View file

@ -18,7 +18,7 @@
"event-stream": "^3.3.2", "event-stream": "^3.3.2",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"http-server": "^0.9.0", "http-server": "^0.9.0",
"monaco-editor-core": "0.5.1", "monaco-editor-core": "0.5.2",
"monaco-languages": "0.3.0", "monaco-languages": "0.3.0",
"monaco-typescript": "0.5.0", "monaco-typescript": "0.5.0",
"monaco-css": "1.1.0", "monaco-css": "1.1.0",