File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 "less-loader" : " ^2.0.0" ,
5050 "mocha" : " ^2.3.4" ,
5151 "mocha-lcov-reporter" : " ^1.0.0" ,
52+ "nsp" : " ^2.6.1" ,
5253 "raw-loader" : " ~0.5.0" ,
5354 "react" : " ^15.2.1" ,
5455 "react-dom" : " ^15.2.1" ,
8586 "travis" : " npm run cover -- --report lcovonly" ,
8687 "appveyor" : " mocha --harmony --full-trace" ,
8788 "lint" : " eslint lib bin hot" ,
89+ "nsp" : " nsp check --output summary" ,
8890 "beautify-lint" : " beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js" ,
8991 "beautify" : " beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js" ,
90- "postcover" : " npm run lint && npm run beautify-lint" ,
92+ "postcover" : " npm run lint && npm run beautify-lint && npm run nsp " ,
9193 "cover" : " istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha" ,
9294 "publish-patch" : " npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
9395 }
You can’t perform that action at this time.
0 commit comments