Skip to content

Commit

Permalink
Drop support for Node < 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Jun 21, 2014
1 parent 365899c commit 87711f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.9
- 0.10
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,6 +33,6 @@
"url": "https://github.com/lazd/gulp-handlebars/issues"
},
"engines": {
"node": ">=0.9"
"node": ">=0.10"
}
}

0 comments on commit 87711f8

Please sign in to comment.