From fbda502a5bb3dd739fa8a12a2921cdd004be3651 Mon Sep 17 00:00:00 2001 From: Ethan Brown Date: Tue, 6 Aug 2013 12:02:24 -0700 Subject: [PATCH] Added 'preferGlobal' to package.json. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c5be85..e8a378b 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "contributors": [ "Ethan Brown " ], - "version": "0.0.4beta", + "version": "0.0.5beta", "license": "GPL", "dependencies": { "nomnom": "~1.6", @@ -19,6 +19,7 @@ ], "repository": "https://github.com/Jammerwoch/jawk.git", "main": "jawk", + "preferGlobal": "true", "bin" : { "jawk" : "./jawk.js" }