We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3647c commit 0a4fbe3Copy full SHA for 0a4fbe3
.travis.yml
@@ -5,9 +5,6 @@ node_js:
5
- '6'
6
- '5'
7
- '4'
8
-- '0.12'
9
-- '0.11'
10
-- '0.10'
11
before_install:
12
# https://github.com/npm/npm/issues/11283
13
- npm set progress=false
package.json
@@ -59,6 +59,9 @@
59
"lodash": "^4.17.2",
60
"micromatch": "^3.1.0"
61
},
62
+ "engines": {
63
+ "node" : ">=4.0.0"
64
+ },
65
"standard": {
66
"env": [
67
"mocha"
0 commit comments