Skip to content

Commit

Permalink
chore(package): add nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
yidinghan committed Apr 11, 2017
1 parent 498d465 commit 6c6f1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"lint": "eslint ./test/*.js ./index.js --fix",
"release": "standard-version",
"nyc": "nyc npm test && nyc report --reporter=html",
"test": "ava"
},
"repository": {
Expand Down Expand Up @@ -42,6 +43,7 @@
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"nyc": "^10.2.0",
"winston": "^2.3.1"
}
}

0 comments on commit 6c6f1bb

Please sign in to comment.