Skip to content

Commit ac841b8

Browse files
committed
feat: updating dependencies (spawn wrap with npm patches \o/)
1 parent 22b06fe commit ac841b8

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Coverage Status](https://coveralls.io/repos/bcoe/nyc/badge.svg?branch=)](https://coveralls.io/r/bcoe/nyc?branch=)
55
[![NPM version](https://img.shields.io/npm/v/nyc.svg)](https://www.npmjs.com/package/nyc)
66
[![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)
78

89
a code coverage tool built on [istanbul](https://www.npmjs.com/package/istanbul)
910
that works for applications that spawn subprocesses.

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"report": "istanbul report --include=./.self_coverage/*.json lcov text",
1414
"cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report",
1515
"dev": "npm run clean && npm run build && npm run run-tests",
16-
"release": "conventional-recommended-workflow"
16+
"version": "standard-version"
1717
},
1818
"bin": {
1919
"nyc": "./bin/nyc.js"
@@ -75,7 +75,8 @@
7575
"find-up": "^1.1.2",
7676
"foreground-child": "^1.4.0",
7777
"glob": "^7.0.3",
78-
"istanbul": "^0.4.1",
78+
"istanbul": "^0.4.3",
79+
"lodash": "^4.9.0",
7980
"md5-hex": "^1.2.0",
8081
"micromatch": "^2.3.7",
8182
"mkdirp": "^0.5.0",
@@ -84,14 +85,13 @@
8485
"rimraf": "^2.5.0",
8586
"signal-exit": "^2.1.1",
8687
"source-map": "^0.5.3",
87-
"spawn-wrap": "^1.2.0",
88+
"spawn-wrap": "^1.2.1",
8889
"strip-bom": "^2.0.0",
8990
"yargs": "^4.4.0"
9091
},
9192
"devDependencies": {
9293
"any-path": "^1.3.0",
9394
"chai": "^3.0.0",
94-
"conventional-recommended-workflow": "^1.0.0",
9595
"coveralls": "^2.11.4",
9696
"exists-sync": "0.0.3",
9797
"forking-tap": "^0.1.1",
@@ -104,7 +104,8 @@
104104
"source-map-support": "^0.4.0",
105105
"split-lines": "^1.0.0",
106106
"standard": "^6.0.8",
107-
"tap": "^5.7.0",
107+
"standard-version": "^1.1.0",
108+
"tap": "^5.7.1",
108109
"zero-fill": "^2.2.3"
109110
},
110111
"repository": {
@@ -134,4 +135,4 @@
134135
"strip-bom",
135136
"yargs"
136137
]
137-
}
138+
}

0 commit comments

Comments
 (0)