Skip to content

Commit

Permalink
Node.js v0.4 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Feb 1, 2012
1 parent ea4ee73 commit b93e2f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.4
- 0.6

notifications:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -738,7 +738,7 @@ amanda.validate(data, schema, options, function(error) {

### Node.js

From version **0.4.11**.
From version **0.6.0**.

### Browsers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"main": "./src/amanda.js",

"engines": {
"node": ">= 0.3.0"
"node": ">= 0.6.0"
},

"bugs": {
Expand Down

2 comments on commit b93e2f0

@zzen
Copy link
Contributor

@zzen zzen commented on b93e2f0 Feb 23, 2012

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.

@zzen
Copy link
Contributor

@zzen zzen commented on b93e2f0 Feb 24, 2012

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).

Please sign in to comment.