Skip to content

Commit

Permalink
feat: updating dependencies (spawn wrap with npm patches \o/)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 8, 2016
1 parent 22b06fe commit ac841b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/bcoe/nyc/badge.svg?branch=)](https://coveralls.io/r/bcoe/nyc?branch=)
[![NPM version](https://img.shields.io/npm/v/nyc.svg)](https://www.npmjs.com/package/nyc)
[![Windows Tests](https://img.shields.io/appveyor/ci/bcoe/nyc/master.svg?label=Windows%20Tests)](https://ci.appveyor.com/project/bcoe/nyc)
[![Standard Version](https://img.shields.io/badge/standard-version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

a code coverage tool built on [istanbul](https://www.npmjs.com/package/istanbul)
that works for applications that spawn subprocesses.
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"report": "istanbul report --include=./.self_coverage/*.json lcov text",
"cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report",
"dev": "npm run clean && npm run build && npm run run-tests",
"release": "conventional-recommended-workflow"
"version": "standard-version"
},
"bin": {
"nyc": "./bin/nyc.js"
Expand Down Expand Up @@ -75,7 +75,8 @@
"find-up": "^1.1.2",
"foreground-child": "^1.4.0",
"glob": "^7.0.3",
"istanbul": "^0.4.1",
"istanbul": "^0.4.3",
"lodash": "^4.9.0",
"md5-hex": "^1.2.0",
"micromatch": "^2.3.7",
"mkdirp": "^0.5.0",
Expand All @@ -84,14 +85,13 @@
"rimraf": "^2.5.0",
"signal-exit": "^2.1.1",
"source-map": "^0.5.3",
"spawn-wrap": "^1.2.0",
"spawn-wrap": "^1.2.1",
"strip-bom": "^2.0.0",
"yargs": "^4.4.0"
},
"devDependencies": {
"any-path": "^1.3.0",
"chai": "^3.0.0",
"conventional-recommended-workflow": "^1.0.0",
"coveralls": "^2.11.4",
"exists-sync": "0.0.3",
"forking-tap": "^0.1.1",
Expand All @@ -104,7 +104,8 @@
"source-map-support": "^0.4.0",
"split-lines": "^1.0.0",
"standard": "^6.0.8",
"tap": "^5.7.0",
"standard-version": "^1.1.0",
"tap": "^5.7.1",
"zero-fill": "^2.2.3"
},
"repository": {
Expand Down Expand Up @@ -134,4 +135,4 @@
"strip-bom",
"yargs"
]
}
}

0 comments on commit ac841b8

Please sign in to comment.