There was an error while loading. Please reload this page.
1 parent 3080139 commit de3abf6Copy full SHA for de3abf6
package.json
@@ -27,7 +27,7 @@
27
"sass": "node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed",
28
"sass-watch": "npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed",
29
"test": "jest",
30
- "watch": "npm run clean && & npm run sass-watch"
+ "watch": "npm run clean && tsc --watch & npm run sass-watch"
31
},
32
"main": "dist/index.js",
33
"dependencies": {
@@ -55,7 +55,7 @@
55
"tslint": "3.15.1",
56
"tslint-eslint-rules": "1.5.0",
57
"uglify-js": "2.7.3",
58
- "webpack": "^2.1.0-beta.27",
+ "webpack": "2.2.0-rc.3",
59
"ws": "1.1.1",
60
"xml2js": "^0.4.17"
61
0 commit comments