Skip to content

Commit faa2280

Browse files
committed
fix: correct packageManager's format (fix #7)
1 parent 7d2b049 commit faa2280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leetcode-practice",
33
"type": "module",
44
"version": "1.0.4",
5-
"packageManager": "yarn@1.22.0+",
5+
"packageManager": "yarn@1.22.0",
66
"description": "A powerful practice platform for leetcode.Using any way you want to create questions.",
77
"author": {
88
"name": "EternalHeart",

0 commit comments

Comments
 (0)