Skip to content

Commit 0f517ea

Browse files
authored
chore: downgrade min npm version from 7 to 6 (#744)
1 parent 802998b commit 0f517ea

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
@@ -127,6 +127,6 @@
127127
"packageManager": "[email protected]",
128128
"engines": {
129129
"node": ">=14.0.0",
130-
"npm": ">=7.0.0"
130+
"npm": ">=6.0.0"
131131
}
132132
}

0 commit comments

Comments
 (0)