add test script to package.json

This commit is contained in:
Charles Bourasseau 2012-01-31 18:49:22 +01:00
parent 7acfd0141c
commit 358d77c250

View file

@ -33,6 +33,8 @@
"node": ">=0.1.97"
},
"scripts": { "test": "./node_modules/nodeunit/bin/nodeunit tests/runner.js" },
"licenses": [{
"type" : "MIT",
"url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"