Skip to content

Commit eec5976

Browse files
committedJan 17, 2021
update required node version to 14.15.4
1 parent f3747e8 commit eec5976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"module": "src/index.mjs",
1010
"type": "module",
1111
"engines": {
12-
"node": ">=14.2.0"
12+
"node": ">=14.15.4"
1313
},
1414
"engineStrict": true,
1515
"scripts": {
@@ -54,4 +54,4 @@
5454
"github": "jaeh"
5555
}
5656
]
57-
}
57+
}

0 commit comments

Comments
 (0)
Please sign in to comment.