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

Commit b8225cd

Browse files
misticevilebottnawi
authored andcommitted
chore: drop support for node < 6 (#50)
BREAKING CHANGE: drop support for node < 6
1 parent e288092 commit b8225cd

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"useBuiltIns": true,
77
"targets": {
8-
"node": "4.8"
8+
"node": "6.9.0"
99
},
1010
"exclude": [
1111
"transform-async-to-generator",

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
node_js: 6
1515
env: WEBPACK_VERSION=latest JOB_PART=test
1616
script: npm run travis:$JOB_PART
17-
- <<: *test-latest
18-
node_js: 4.8
19-
env: WEBPACK_VERSION=latest JOB_PART=test
20-
script: npm run travis:$JOB_PART
2117
- <<: *test-latest
2218
node_js: 8
2319
env: WEBPACK_VERSION=latest JOB_PART=lint

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ environment:
1111
- nodejs_version: '6'
1212
webpack_version: latest
1313
job_part: test
14-
- nodejs_version: '4.3'
15-
webpack_version: latest
16-
job_part: test
1714
build: 'off'
1815
matrix:
1916
fast_finish: true

example/.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"useBuiltIns": true,
77
"targets": {
8-
"node": "4.8"
8+
"node": "6.9.0"
99
},
1010
"exclude": [
1111
"transform-async-to-generator",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"webpack-defaults": "^1.6.0"
5454
},
5555
"engines": {
56-
"node": ">= 4.8 < 5.0.0 || >= 5.10"
56+
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
5757
},
5858
"peerDependencies": {
5959
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"

0 commit comments

Comments
 (0)