Skip to content

Commit

Permalink
Merge pull request YahooArchive#498 from isao/config
Browse files Browse the repository at this point in the history
fix issue YahooArchive#496 Compatibility with Node.js 0.8
  • Loading branch information
Isao Yagi committed Sep 13, 2012
2 parents e1359c6 + 43cd1e4 commit 87e7c98
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Expand Up @@ -44,8 +44,8 @@
"mojito": "bin/mojito"
},
"engines": {
"node": ">= 0.4.0 < 0.7.0",
"npm": ">= 1.0.0"
"node": ">0.4",
"npm": ">1.0"
},
"devDependencies": {
"node-static": "~0.6.1",
Expand All @@ -62,10 +62,6 @@
"test": "./tests/run.js test -u --group server --driver nodejs && ./tests/run.js test -u --group client --driver selenium"
},
"yahoo": {
"bugzilla": {
"product": "Mojito",
"component": "General"
},
"mojito": {
"type": "bundle",
"location": "lib/app"
Expand Down

0 comments on commit 87e7c98

Please sign in to comment.