Added nsp

This commit is contained in:
orangemug
2018-02-03 15:30:29 +00:00
parent 4360753263
commit 95168f22e3
2 changed files with 318 additions and 1 deletions
+3 -1
View File
@@ -10,7 +10,8 @@
"test-watch": "wdio config/wdio.conf.js --watch",
"start": "webpack-dev-server --progress --profile --colors --config config/webpack.config.js",
"lint": "eslint --ext js --ext jsx {src,test}",
"lint-styles": "stylelint 'src/styles/*.scss'"
"lint-styles": "stylelint 'src/styles/*.scss'",
"nsp": "nsp check --reporter summary"
},
"repository": {
"type": "git",
@@ -116,6 +117,7 @@
"mocha": "^4.0.1",
"mocha-loader": "^1.1.1",
"node-sass": "^4.6.0",
"nsp": "^3.1.0",
"react-hot-loader": "^3.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",