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 9c586c5 commit 3a42f20Copy full SHA for 3a42f20
.babelrc
@@ -8,7 +8,7 @@
8
"@babel/preset-env",
9
{
10
"targets": {
11
- "node": 4
+ "node": 6
12
}
13
14
]
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js:
3
- node
4
- 8
5
+ - 6
6
before_install:
7
- npm config set depth 0
notifications:
package.json
@@ -30,7 +30,7 @@
30
"semantic-release": "^15.13.3"
31
},
32
"engines": {
33
- "node": ">=4"
+ "node": ">=6"
34
35
"husky": {
36
"hooks": {
0 commit comments