Skip to content

Commit 0a4fbe3

Browse files
committed
chore(node): remove node 0.x support (EOL)
1 parent 8d3647c commit 0a4fbe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ node_js:
55
- '6'
66
- '5'
77
- '4'
8-
- '0.12'
9-
- '0.11'
10-
- '0.10'
118
before_install:
129
# https://github.com/npm/npm/issues/11283
1310
- npm set progress=false

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"lodash": "^4.17.2",
6060
"micromatch": "^3.1.0"
6161
},
62+
"engines": {
63+
"node" : ">=4.0.0"
64+
},
6265
"standard": {
6366
"env": [
6467
"mocha"

0 commit comments

Comments
 (0)