diff --git a/package.json b/package.json index 651e838c..bdaa4e1e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "stylus" ], "scripts": { - "start": "gulp --debug", + "start": "gulp --inspect", "build": "gulp build", "production": "cross-env NODE_ENV=production npm-run-all clean build", "make-block": "babel-node make-block.js", @@ -122,5 +122,8 @@ "webpack": "^1.12.9", "webpack-stats-logger": "^1.0.1", "webpack-stream": "^3.1.0" + }, + "resolutions": { + "natives": "1.1.4" } }