Skip to content

Commit

Permalink
Merge pull request #1 from calmh/v0.8-compatible
Browse files Browse the repository at this point in the history
Update packages.json to not exclude node v0.8
  • Loading branch information
Edward H. Hotchkiss committed Jun 20, 2012
2 parents 03e0a42 + cf968f9 commit b597fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"keywords": ["version", "package", "json", "display", "number"],
"main": "./lib/version",
"engines":{
"node":">= 0.4.11 < 0.7.0"
"node":">= 0.4.11 < 0.9.0"
},
"dependencies": {
"request":"2.2.5"
Expand All @@ -22,4 +22,4 @@
"scripts": {
"test": "vows test/*.test.js --spec"
}
}
}

0 comments on commit b597fe8

Please sign in to comment.