From a4e5005030e304d638c1dd725e54aa8ec19a4787 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sat, 31 Mar 2012 00:17:46 +0200 Subject: [PATCH] Fixes #24, removes 'os', update version number --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e56f09..1e7eb15 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": { @@ -13,8 +13,6 @@ "url": "http://github.com/ryanmcgrath/wrench-js/issues" }, - "os": [ "linux", "darwin", "freebsd" ], - "directories": { "lib": "./lib/" },