Skip to content

Commit baf165c

Browse files
committed
added engines property with "node": "> 12 < 20" value
1 parent 75f24ae commit baf165c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"publishConfig": {
2323
"access": "public"
2424
},
25+
"engines": {
26+
"node": "> 12 < 20"
27+
},
2528
"type": "module",
2629
"scripts": {
2730
"start": "concurrently \"npm:build:dev\" \"npm:watch:sass\"",

0 commit comments

Comments
 (0)