Skip to content

Commit 1c65144

Browse files
committed
🐛 Fix: engine bug in package.json
1 parent 352baf9 commit 1c65144

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
@@ -122,6 +122,6 @@
122122
"**/**/minimist": ">0.2.1"
123123
},
124124
"engines": {
125-
"node": "12"
125+
"node": ">= 12.0.0"
126126
}
127127
}

0 commit comments

Comments
 (0)