Fixes #24, removes 'os', update version number

This commit is contained in:
Ryan McGrath 2012-03-31 00:17:46 +02:00
parent c1ff60f268
commit a4e5005030

View file

@ -1,7 +1,7 @@
{ {
"name": "wrench", "name": "wrench",
"description": "Recursive filesystem (and other) operations that Node *should* have.", "description": "Recursive filesystem (and other) operations that Node *should* have.",
"version": "1.3.7", "version": "1.3.8",
"author": "Ryan McGrath <ryan@venodesigns.net>", "author": "Ryan McGrath <ryan@venodesigns.net>",
"repository": { "repository": {
@ -13,8 +13,6 @@
"url": "http://github.com/ryanmcgrath/wrench-js/issues" "url": "http://github.com/ryanmcgrath/wrench-js/issues"
}, },
"os": [ "linux", "darwin", "freebsd" ],
"directories": { "directories": {
"lib": "./lib/" "lib": "./lib/"
}, },