pkg: script test now runs make test so travis will test browser

This commit is contained in:
Jake Luer 2013-02-03 18:16:04 -05:00
parent 3580ba126d
commit 464cc7a5b0

View file

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