Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Commit c22ec75

Browse files
committed
fix(package): Since the package updates we no longer support node@4.
BREAKING CHANGE: Drop support for node 4 and earlier, since `yargs^13.2.2` requires ES6 support.
1 parent a3b2a19 commit c22ec75

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ notifications:
44
dist: xenial
55
node_js:
66
- 8
7-
- 4
87
- 6
98
- 10
109
- node

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"tape": "^4.10.1"
1717
},
1818
"engines": {
19-
"iojs": "^1",
20-
"node": "^0.10",
21-
"npm": "^2"
19+
"node": "^6",
20+
"npm": "^3"
2221
},
2322
"files": [
2423
"bin/android-splash.js",

0 commit comments

Comments
 (0)