Skip to content

Commit d40c51b

Browse files
author
Artem Sapegin
committed
Feat: Make Node 8.9 the lowest supported version
BREAKING CHANGE: * Node 8.9 is the lowest supported version
1 parent b19fa3a commit d40c51b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
useBuiltIns: 'usage',
2727
corejs: 3,
2828
targets: {
29-
node: '8.6',
29+
node: '8.9',
3030
},
3131
},
3232
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"templates"
2525
],
2626
"engines": {
27-
"node": ">=8.6"
27+
"node": ">=8.9"
2828
},
2929
"dependencies": {
3030
"@vxna/mini-html-webpack-template": "^1.0.0",

0 commit comments

Comments
 (0)