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 db14fce commit 15a5459Copy full SHA for 15a5459
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - '7'
+ - '11'
4
+ - '10'
5
+ - '8'
6
- '6'
- - '5'
- - '4'
package.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"engines": {
17
- "node": ">= 0.10.0"
+ "node": ">= 6.0.0"
18
},
19
"dependencies": {
20
"babel-polyfill": "6.23.0",
0 commit comments