Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalAr committed Jul 9, 2014
1 parent ccc9d82 commit 91e9f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha --reporter spec --recursive tests/"
"test": "./node_modules/.bin/mocha --reporter spec --recursive tests/"
},
"gypfile": true,
"description": "Comprehensive, fast, and simple image processing and manipulation",
Expand Down

0 comments on commit 91e9f18

Please sign in to comment.