Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit aba6d00

Browse files
committed
BREAKING: require node 12
1 parent cc95e6d commit aba6d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "bendrucker.me"
1212
},
1313
"engines": {
14-
"node": ">=4"
14+
"node": ">=12"
1515
},
1616
"scripts": {
1717
"test": "standard && tape test.js"

0 commit comments

Comments
 (0)