Skip to content

Commit 609f8af

Browse files
committed
Drop support for node 4
1 parent c0d3d40 commit 609f8af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"presets": [
33
["env", {
44
"targets": {
5-
"node": 4
5+
"node": 6
66
}
77
}],
88
"flow"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"dist",
1616
"PATENTS"
1717
],
18+
"engines": {
19+
"node": ">=6"
20+
},
1821
"main": "dist/main.js",
1922
"scripts": {
2023
"build": "rimraf dist/ && babel src/ --out-dir dist/ --ignore __tests__,__mocks__",

0 commit comments

Comments
 (0)