Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanic committed May 21, 2019
1 parent 55269ec commit 2d10842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"isHook": true
},
"directories": {
"test": "test",
"prepublish": "npm run test"
"test": "test"
},
"scripts": {
"test": "nyc mocha"
"test": "nyc mocha",
"prepublish": "npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d10842

Please sign in to comment.