Skip to content

Commit 64b79ea

Browse files
committed
fix: package.json preferGlobal type
1 parent 0ed38c1 commit 64b79ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@magicdone/leetcode-cli",
3-
"version": "2.6.2",
3+
"version": "1.0.0",
44
"description": "A cli tool to enjoy leetcode!",
5-
"preferGlobal": "true",
5+
"preferGlobal": true,
66
"engines": {
77
"node": ">=4"
88
},

0 commit comments

Comments
 (0)