Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Drop support of Node < 4 (#113)
Browse files Browse the repository at this point in the history
* Drop support Node < 4

* Add missing changes

* Update `.travis.yml`
  • Loading branch information
preco21 authored and hzoo committed Nov 17, 2016
1 parent 026eab8 commit fc11860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,6 @@ git:
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -19,12 +19,15 @@
],
"author": "Jason Quense @monasticpanic",
"license": "MIT",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/babel/eslint-plugin-babel/issues"
},
"homepage": "https://github.com/babel/eslint-plugin-babel#readme",
"peerDependencies": {
"eslint": ">=1.0.0"
"eslint": ">=3.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
Expand Down

0 comments on commit fc11860

Please sign in to comment.