Skip to content

Commit

Permalink
use correct engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Feb 7, 2013
1 parent a3c8b6d commit edea652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
, "directories": { "lib": "./lib/mongoose" }
, "scripts": { "test": "make test" }
, "main": "./index.js"
, "engines": { "node": ">= 0.4.0" }
, "engines": { "node": ">=0.6.19" }
, "bugs": {
"url":"https://github.com/learnboost/mongoose/issues/new"
, "email": "https://groups.google.com/group/mongoose-orm"
Expand Down

0 comments on commit edea652

Please sign in to comment.