Skip to content

Commit

Permalink
Trying a 0.1.4 release with preferGlobal
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Jun 11, 2011
1 parent 90596a0 commit c537e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "jss"
, "description": "Javascript JSON stream filtering and formatting"
, "version": "0.1.3"
, "version": "0.1.4"
, "dependencies": { "optimist": ">=0.1.6"
}

Expand All @@ -10,6 +10,7 @@
, "repository": { "type": "git"
, "url": "git://github.com/jhs/jss" }
, "engines": [ "node" ]
, "preferGlobal": true

, "main": "jss"
, "bin": {"jss": "./cli.js"}
Expand Down

0 comments on commit c537e89

Please sign in to comment.