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 19
19
"prebabelify" : " rimraf lib" ,
20
20
"babelify" : " babel src --out-dir lib" ,
21
21
"prepare" : " npm run babelify && babel-node src/build.js" ,
22
- "watch" : " nodemon -e js,css --watch src --exec 'babel-node src/build.js'" ,
23
22
"style" : " eslint ." ,
24
- "test" : " jest && eslint ."
23
+ "test" : " jest && eslint . && nsp check "
25
24
},
26
25
"devDependencies" : {
27
26
"autoprefixer" : " ^7.1.6" ,
38
37
"eslint-config-prettier" : " ^2.7.0" ,
39
38
"eslint-plugin-prettier" : " ^2.3.1" ,
40
39
"jest" : " ^20.0.4" ,
40
+ "nsp" : " ^3.2.1" ,
41
41
"prettier" : " ^1.7.4" ,
42
42
"rimraf" : " ^2.6.1"
43
43
},
44
44
"dependencies" : {
45
45
"commander" : " ^2.11.0" ,
46
46
"fs-extra" : " ^4.0.2" ,
47
47
"lodash" : " ^4.17.4" ,
48
- "nodemon" : " ^1.11.0" ,
49
48
"perfectionist" : " ^2.4.0" ,
50
49
"postcss" : " ^6.0.9" ,
51
50
"postcss-functions" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments