We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d8d23 commit 1f7e8a3Copy full SHA for 1f7e8a3
.babelrc
@@ -8,7 +8,7 @@
8
"env",
9
{
10
"targets": {
11
- "node": 5
+ "node": 4
12
}
13
14
]
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- 7
4
- 6
5
- - 5
+ - 4
6
before_install:
7
- npm config set depth 0
- npm install --global npm@latest
package.json
@@ -24,7 +24,7 @@
24
"semantic-release": "^6.3.2"
25
},
26
"engines": {
27
- "node": ">=5"
+ "node": ">=4"
28
29
"keywords": [
30
"eslint",
0 commit comments