Skip to content

Commit

Permalink
Drop support for node.js 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp committed Dec 30, 2013
1 parent 2d2b6ad commit ae45f75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,4 @@
language: "node_js" language: "node_js"
node_js: node_js:
- 0.6
- 0.8 - 0.8
- 0.10 - 0.10
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": { "scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js" "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
}, },
"engines": { "node": ">= 0.6.0" }, "engines": { "node": ">= 0.8.0" },
"licenses": [ { "licenses": [ {
"type": "MIT", "type": "MIT",
"url": "http://www.opensource.org/licenses/MIT" "url": "http://www.opensource.org/licenses/MIT"
Expand Down

0 comments on commit ae45f75

Please sign in to comment.