Merge branch 'master' of github.com:ryanmcgrath/wrench-js

This commit is contained in:
Ryan McGrath 2012-05-17 00:38:35 +09:00
commit d1ffccba60
4 changed files with 13 additions and 18 deletions

View file

@ -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",