We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eccaad commit c695672Copy full SHA for c695672
.babelrc
@@ -2,7 +2,7 @@
2
"presets": [["env", {
3
"modules": false,
4
"targets": {
5
- "node": 4,
+ "node": 6,
6
"browsers": [
7
"ie 9",
8
"ios 9",
.travis.yml
@@ -1,11 +1,11 @@
1
language: node_js
-# https://github.com/nodejs/LTS
+# https://github.com/nodejs/Release
node_js:
+ - '10'
- '9'
- '8'
- '6'
- - '4'
9
10
git:
11
depth: 5
package.json
@@ -17,6 +17,9 @@
17
"options": {
18
"mocha": "--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
19
},
20
+ "engines": {
21
+ "node": "6.x || 8.x || >= 9.x"
22
+ },
23
"scripts": {
24
"watch": "babel-node ./resources/watch.js",
25
"test": "npm run lint && npm run check && npm run testonly",
0 commit comments