File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/bcoe/nyc/badge.svg?branch= )] ( https://coveralls.io/r/bcoe/nyc?branch= )
5
5
[ ![ NPM version] ( https://img.shields.io/npm/v/nyc.svg )] ( https://www.npmjs.com/package/nyc )
6
6
[ ![ Windows Tests] ( https://img.shields.io/appveyor/ci/bcoe/nyc/master.svg?label=Windows%20Tests )] ( https://ci.appveyor.com/project/bcoe/nyc )
7
+ [ ![ Standard Version] ( https://img.shields.io/badge/standard-version-brightgreen.svg )] ( https://github.com/conventional-changelog/standard-version )
7
8
8
9
a code coverage tool built on [ istanbul] ( https://www.npmjs.com/package/istanbul )
9
10
that works for applications that spawn subprocesses.
Original file line number Diff line number Diff line change 13
13
"report" : " istanbul report --include=./.self_coverage/*.json lcov text" ,
14
14
"cover" : " npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report" ,
15
15
"dev" : " npm run clean && npm run build && npm run run-tests" ,
16
- "release " : " conventional-recommended-workflow "
16
+ "version " : " standard-version "
17
17
},
18
18
"bin" : {
19
19
"nyc" : " ./bin/nyc.js"
75
75
"find-up" : " ^1.1.2" ,
76
76
"foreground-child" : " ^1.4.0" ,
77
77
"glob" : " ^7.0.3" ,
78
- "istanbul" : " ^0.4.1" ,
78
+ "istanbul" : " ^0.4.3" ,
79
+ "lodash" : " ^4.9.0" ,
79
80
"md5-hex" : " ^1.2.0" ,
80
81
"micromatch" : " ^2.3.7" ,
81
82
"mkdirp" : " ^0.5.0" ,
84
85
"rimraf" : " ^2.5.0" ,
85
86
"signal-exit" : " ^2.1.1" ,
86
87
"source-map" : " ^0.5.3" ,
87
- "spawn-wrap" : " ^1.2.0 " ,
88
+ "spawn-wrap" : " ^1.2.1 " ,
88
89
"strip-bom" : " ^2.0.0" ,
89
90
"yargs" : " ^4.4.0"
90
91
},
91
92
"devDependencies" : {
92
93
"any-path" : " ^1.3.0" ,
93
94
"chai" : " ^3.0.0" ,
94
- "conventional-recommended-workflow" : " ^1.0.0" ,
95
95
"coveralls" : " ^2.11.4" ,
96
96
"exists-sync" : " 0.0.3" ,
97
97
"forking-tap" : " ^0.1.1" ,
104
104
"source-map-support" : " ^0.4.0" ,
105
105
"split-lines" : " ^1.0.0" ,
106
106
"standard" : " ^6.0.8" ,
107
- "tap" : " ^5.7.0" ,
107
+ "standard-version" : " ^1.1.0" ,
108
+ "tap" : " ^5.7.1" ,
108
109
"zero-fill" : " ^2.2.3"
109
110
},
110
111
"repository" : {
134
135
" strip-bom" ,
135
136
" yargs"
136
137
]
137
- }
138
+ }
You can’t perform that action at this time.
0 commit comments