fix test command in package.json

This commit is contained in:
Stephen Sugden 2014-05-21 22:42:54 +02:00
parent 9cc3e527da
commit 5084624e8d

View File

@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"test": "node test/"
"test": "mocha test/"
},
"author": "Brian M. Carlson",
"license": "MIT",