Reduce devDependencies

This commit is contained in:
Alex Dima
2016-10-20 10:41:15 +02:00
parent a83f2b733d
commit 5ae54dd9d0
4 changed files with 17 additions and 8 deletions

View File

@@ -12,7 +12,8 @@
"test": "mocha",
"preinstall": "node build/npm/preinstall.js",
"postinstall": "node build/npm/postinstall.js",
"watch": "gulp watch"
"watch": "gulp watch",
"monaco-editor-setup": "node scripts/monaco-editor-setup.js"
},
"dependencies": {
"applicationinsights": "0.15.6",
@@ -39,7 +40,6 @@
"async": "^1.4.0",
"azure-storage": "^0.3.1",
"clean-css": "3.4.6",
"clone": "^1.0.2",
"coveralls": "^2.11.11",
"cson-parser": "^1.3.3",
"debounce": "^1.0.0",