Skip to content

Commit

Permalink
package.json: support node >= 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 26, 2012
1 parent 77176d6 commit 427fd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"expresso": "*"
},
"engines": {
"node": "~0.6.0"
"node": ">= 0.6.0"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3"
Expand Down

0 comments on commit 427fd32

Please sign in to comment.