Skip to content

Commit

Permalink
update engine in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Dec 31, 2011
1 parent ba854a5 commit e7ec0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
"name": "crx",
"description": "Build Google Chrome extensions with node.js",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/jed/crx",
"bin": {
"crx": "./bin/crx.js"
Expand All @@ -12,7 +12,7 @@
"url": "git://github.com/jed/crx.git"
},
"engines": {
"node": "~0.4.12"
"node": ">=0.4.12"
},
"dependencies": {
"commander": ""
Expand Down

0 comments on commit e7ec0a0

Please sign in to comment.