Skip to content

Commit 19c8e9d

Browse files
committed
Require npm 7+
1 parent 24a68f3 commit 19c8e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"url": "https://github.com/manGoweb/mango-cli.git"
1616
},
1717
"engines": {
18-
"node": ">=12"
18+
"node": ">=14",
19+
"npm": ">=7"
1920
},
2021
"keywords": [
2122
"browserify",

0 commit comments

Comments
 (0)