Skip to content

Commit

Permalink
Merge pull request #152 from raszi/drop-old
Browse files Browse the repository at this point in the history
fix: drop Node v0.6.0
  • Loading branch information
raszi authored Oct 10, 2017
2 parents be41f00 + 8d76d6d commit 11413d2
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 Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.12"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "http://github.com/raszi/node-tmp/issues"
},
"engines": {
"node": ">=0.6.0"
"node": ">=0.8.0"
},
"dependencies": {
"os-tmpdir": "~1.0.2"
Expand Down

0 comments on commit 11413d2

Please sign in to comment.