Merge branch 'master' of github.com:ryanmcgrath/wrench-js
This commit is contained in:
commit
d1ffccba60
4 changed files with 13 additions and 18 deletions
|
|
@ -21,8 +21,7 @@
|
|||
},
|
||||
|
||||
"devDependencies": {
|
||||
"nodeunit": ">= 0.6.4",
|
||||
"underscore": ">= 1.3.1"
|
||||
"nodeunit": ">= 0.6.4"
|
||||
},
|
||||
|
||||
"main": "./lib/wrench",
|
||||
|
|
@ -31,7 +30,7 @@
|
|||
"node": ">=0.1.97"
|
||||
},
|
||||
|
||||
"scripts": { "test": "./node_modules/nodeunit/bin/nodeunit tests/runner.js" },
|
||||
"scripts": { "test": "nodeunit tests/runner.js" },
|
||||
|
||||
"licenses": [{
|
||||
"type" : "MIT",
|
||||
|
|
|
|||
Reference in a new issue