Skip to content

Commit

Permalink
Added 'preferGlobal' to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Brown committed Aug 6, 2013
1 parent 123619f commit fbda502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"contributors": [
"Ethan Brown <[email protected]>"
],
"version": "0.0.4beta",
"version": "0.0.5beta",
"license": "GPL",
"dependencies": {
"nomnom": "~1.6",
Expand All @@ -19,6 +19,7 @@
],
"repository": "https://github.com/Jammerwoch/jawk.git",
"main": "jawk",
"preferGlobal": "true",
"bin" : {
"jawk" : "./jawk.js"
}
Expand Down

0 comments on commit fbda502

Please sign in to comment.