File tree Expand file tree Collapse file tree 2 files changed +154
-874
lines changed Expand file tree Collapse file tree 2 files changed +154
-874
lines changed Original file line number Diff line number Diff line change 1919 "prebabelify" : " rimraf lib" ,
2020 "babelify" : " babel src --out-dir lib" ,
2121 "prepare" : " npm run babelify && babel-node src/build.js" ,
22- "watch" : " nodemon -e js,css --watch src --exec 'babel-node src/build.js'" ,
2322 "style" : " eslint ." ,
24- "test" : " jest && eslint ."
23+ "test" : " jest && eslint . && nsp check "
2524 },
2625 "devDependencies" : {
2726 "autoprefixer" : " ^7.1.6" ,
3837 "eslint-config-prettier" : " ^2.7.0" ,
3938 "eslint-plugin-prettier" : " ^2.3.1" ,
4039 "jest" : " ^20.0.4" ,
40+ "nsp" : " ^3.2.1" ,
4141 "prettier" : " ^1.7.4" ,
4242 "rimraf" : " ^2.6.1"
4343 },
4444 "dependencies" : {
4545 "commander" : " ^2.11.0" ,
4646 "fs-extra" : " ^4.0.2" ,
4747 "lodash" : " ^4.17.4" ,
48- "nodemon" : " ^1.11.0" ,
4948 "perfectionist" : " ^2.4.0" ,
5049 "postcss" : " ^6.0.9" ,
5150 "postcss-functions" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments