File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ lib-cov
15
15
coverage
16
16
lib
17
17
18
+ .nyc_output
19
+
18
20
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
19
21
.grunt
20
22
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "reporter" : [
3
+ " lcov" ,
4
+ " text-summary"
5
+ ],
6
+ "exclude" : [
7
+ " **/spec/**" ,
8
+ " lib/"
9
+ ]
10
+ }
Original file line number Diff line number Diff line change 8
8
],
9
9
"scripts" : {
10
10
"build" : " ./node_modules/.bin/babel src/ -d lib/" ,
11
- "test" : " TESTING=1 ./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine" ,
11
+ "test" : " TESTING=1 nyc ./node_modules/.bin/jasmine" ,
12
12
"prepublish" : " npm run build"
13
13
},
14
14
"keywords" : [
28
28
"babel-preset-es2015" : " ^6.24.0" ,
29
29
"babel-preset-stage-0" : " ^6.22.0" ,
30
30
"codecov" : " 2.1.0" ,
31
- "istanbul" : " 1.1.0-alpha.1" ,
32
31
"jasmine" : " 2.5.3" ,
33
- "jasmine-spec-reporter" : " ^3.2.0"
32
+ "jasmine-spec-reporter" : " ^3.2.0" ,
33
+ "nyc" : " ^10.1.2"
34
34
},
35
35
"dependencies" : {
36
36
"apn" : " ^1.7.8" ,
You can’t perform that action at this time.
0 commit comments