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
callumacrae committed Oct 26, 2015
1 parent 3079ae1 commit 0ad7804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,3 @@ language: node_js
node_js:
- '4.2.1'
- '0.12'
- '0.10'
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,9 @@
"scripts": {
"test": "mocha --compilers js:babel/register"
},
"engines": {
"node": ">=0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/Lostmyname/lmn-gulp-tasks"
Expand Down

0 comments on commit 0ad7804

Please sign in to comment.