Skip to content

Commit

Permalink
add back prepublish script and exclude csrf-koa from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
theverything committed Dec 20, 2016
1 parent a304765 commit 3c78e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"lint": "gulp lint",
"test": "npm run lint && gulp test",
"coverage": "istanbul cover -x lib/csrf-express.js node_modules/.bin/_mocha"
"coverage": "istanbul cover -x lib/csrf-express.js lib/csrf-koa.js node_modules/.bin/_mocha",
"prepublish": "npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3c78e03

Please sign in to comment.