Skip to content

Commit 8773e6b

Browse files
committed
chore(package): remove support for node6, align engine version with webpack5
1 parent 63ba7e3 commit 8773e6b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- '10'
44
- '8'
5-
- '6'
65
install:
76
- yarn install
87
- yarn build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"webpack-plugin"
3838
],
3939
"engines": {
40-
"node": ">=6.11.5"
40+
"node": ">=8.9.0"
4141
},
4242
"author": "Piotr Oleś <[email protected]>",
4343
"contributors": [

0 commit comments

Comments
 (0)