File tree 3 files changed +6
-90
lines changed
3 files changed +6
-90
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ node_modules
2
2
.idea
3
3
* .iml
4
4
coverage
5
+ .nyc_output
5
6
.cache
6
7
npm-debug.log
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
"dateformat" : " ^1.0.11" ,
36
36
"eslint" : " ^1.10.3" ,
37
37
"eslint-release" : " ^0.10.0" ,
38
- "istanbul" : " ^0.4.1" ,
39
38
"linefix" : " ^0.1.1" ,
40
- "mocha" : " ^2.3.3 " ,
39
+ "mocha" : " ^3.4.2 " ,
41
40
"npm-license" : " ^0.3.1" ,
41
+ "nyc" : " ^10.3.2" ,
42
42
"semver" : " ^5.0.3" ,
43
43
"shelljs" : " ^0.5.3" ,
44
44
"shelljs-nodecli" : " ^0.1.1" ,
45
45
"should" : " ^5.0.1"
46
46
},
47
47
"license" : " Apache-2.0" ,
48
48
"scripts" : {
49
- "test" : " npm run lint && node Makefile.js test" ,
49
+ "pretest" : " npm run lint" ,
50
+ "test" : " nyc mocha" ,
51
+ "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
50
52
"lint" : " eslint lib/" ,
51
53
"release" : " eslint-release" ,
52
54
"ci-release" : " eslint-ci-release" ,
You can’t perform that action at this time.
0 commit comments