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 41f9cd5 commit b19f4dfCopy full SHA for b19f4df
.travis.yml
@@ -29,4 +29,3 @@ matrix:
29
allow_failures:
30
- node_js: "7"
31
- node_js: "5"
32
- - node_js: "4"
package.json
@@ -56,7 +56,7 @@
56
"to-ast": "^1.0.0"
57
},
58
"engines": {
59
- "node": ">=6.0"
+ "node": ">=4.0"
60
61
"license": "MIT",
62
"dependencies": {
@@ -82,6 +82,7 @@
82
],
83
"testPathIgnorePatterns": [
84
"<rootDir>/__tests__/__util__"
85
- ]
+ ],
86
+ "testEnvironment": "node"
87
}
88
0 commit comments