File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
lib /
3
3
coverage /
4
+ .nyc_output /
4
5
npm-debug.log
5
6
* .sublime *
Original file line number Diff line number Diff line change 8
8
"clean" : " rm -rf lib && mkdir lib" ,
9
9
"build" : " npm run clean && babel --presets node5 src/index.js --out-file lib/index.js" ,
10
10
"prepublish" : " npm run build" ,
11
- "coverage" : " babel-node ./ node_modules/isparta/bin/isparta cover --report text node_modules/ mocha/bin/_mocha --" ,
11
+ "coverage" : " nyc node_modules/mocha/bin/_mocha --compilers js:babel-register " ,
12
12
"coveralls" : " coveralls < coverage/lcov.info" ,
13
13
"precoveralls" : " npm run coverage" ,
14
14
"update" : " updtr"
43
43
"babel-register" : " ^6.7.2" ,
44
44
"chai" : " ^3.5.0" ,
45
45
"coveralls" : " ^2.11.8" ,
46
- "isparta" : " ^4.0.0" ,
47
46
"mocha" : " ^2.4.5" ,
47
+ "nyc" : " ^6.1.1" ,
48
48
"updtr" : " ^0.1.7" ,
49
49
"xo" : " ^0.13.0"
50
50
},
You can’t perform that action at this time.
0 commit comments