-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
František Hába
committed
Feb 1, 2012
1 parent
ea4ee73
commit b93e2f0
Showing
3 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- 0.4 | ||
- 0.6 | ||
|
||
notifications: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
"main": "./src/amanda.js", | ||
|
||
"engines": { | ||
"node": ">= 0.3.0" | ||
"node": ">= 0.6.0" | ||
}, | ||
|
||
"bugs": { | ||
|
b93e2f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really necessary? I've got a bit of problem to move up to 0.6 because of Heroku, which still runs 0.4.7.
b93e2f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, looks like Heroku was just faster :) They've upped the support to 0.6.10 today, so I'll be gladly leaving the 0.4.x land behind. :) Still - I was running this for half a day in 0.4.7 and everything seemed to work just fine (except for the
package.json
declaration).