Skip to content

Commit edfd271

Browse files
committed
Configure minimal node version
1 parent f2460bf commit edfd271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"peerDependencies": {
3232
"postcss": "^8.2.15"
3333
},
34+
"engines": {
35+
"node": ">= 10"
36+
},
3437
"scripts": {
3538
"lint": "eslint *.js index.js ./test/",
3639
"test": "npm run lint && tape test | faucet",

0 commit comments

Comments
 (0)