Skip to content

Commit

Permalink
build(scripts): remove nyc dependency, use tap directly to generate c…
Browse files Browse the repository at this point in the history
…overage
  • Loading branch information
Ahmad Nassri committed Nov 20, 2016
1 parent 3c630e4 commit 662df18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"compile": "babel -q src",
"test": "BABEL_ENV=test tap test/*.js --reporter spec --node-arg=--require --node-arg=babel-register",
"pretest": "snazzy && echint",
"coverage": "BABEL_ENV=test tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register",
"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
"coverage": "BABEL_ENV=test tap test/*.js --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register",
"codeclimate": "BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"standard": {
Expand All @@ -56,7 +56,6 @@
"cz-conventional-changelog": "^1.2.0",
"echint": "^1.5.3",
"rimraf": "^2.5.4",
"nyc": "^9.0.1",
"semantic-release": "^6.3.2",
"snazzy": "^5.0.0",
"tap": "^8.0.1"
Expand Down

0 comments on commit 662df18

Please sign in to comment.