Skip to content

Commit 98b9390

Browse files
committed
Add minimum npm version
1 parent c7b3114 commit 98b9390

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"version": "oclif readme && git add README.md"
6969
},
7070
"engines": {
71-
"node": ">=12.0.0"
71+
"node": ">=12.0.0",
72+
"npm": ">=11.5.1"
7273
},
7374
"bugs": "https://github.com/Flagsmith/flagsmith-cli/issues",
7475
"keywords": [

0 commit comments

Comments
 (0)