add test script to package.json
This commit is contained in:
parent
7acfd0141c
commit
358d77c250
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
||||||
"node": ">=0.1.97"
|
"node": ">=0.1.97"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"scripts": { "test": "./node_modules/nodeunit/bin/nodeunit tests/runner.js" },
|
||||||
|
|
||||||
"licenses": [{
|
"licenses": [{
|
||||||
"type" : "MIT",
|
"type" : "MIT",
|
||||||
"url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
|
"url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
|
||||||
|
|
|
||||||
Reference in a new issue