Skip to content

Commit

Permalink
Fix npm test script path
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Nov 21, 2013
1 parent 67db213 commit 87d478b
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 @@ -10,7 +10,7 @@
],
"main": "./index",
"scripts": {
"test": "node test/run"
"test": "node tests/run"
},
"engines": {
"node": ">= 0.8"
Expand Down

0 comments on commit 87d478b

Please sign in to comment.