mocha is npm test command

This commit is contained in:
Jake Luer 2012-10-01 14:46:34 -04:00
parent e8cc23ddd9
commit 2c4828932d

View file

@ -21,7 +21,7 @@
},
"main": "./index",
"scripts": {
"test": "make test"
"test": "mocha"
},
"engines": {
"node": ">= 0.4.0"