Fixes #24, removes 'os', update version number
This commit is contained in:
parent
c1ff60f268
commit
a4e5005030
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "wrench",
|
||||
"description": "Recursive filesystem (and other) operations that Node *should* have.",
|
||||
"version": "1.3.7",
|
||||
"version": "1.3.8",
|
||||
"author": "Ryan McGrath <ryan@venodesigns.net>",
|
||||
|
||||
"repository": {
|
||||
|
|
@ -13,8 +13,6 @@
|
|||
"url": "http://github.com/ryanmcgrath/wrench-js/issues"
|
||||
},
|
||||
|
||||
"os": [ "linux", "darwin", "freebsd" ],
|
||||
|
||||
"directories": {
|
||||
"lib": "./lib/"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue