File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ nvm use
59
59
60
60
to switch to the correct Node.js version.
61
61
62
- Enable [corepack](https://www.totaltypescript.com/how-to-use-corepack) to use the the correct version of ` pnpm ` .
62
+ Enable [corepack](https://www.totaltypescript.com/how-to-use-corepack) to use the correct version of ` pnpm ` .
63
63
64
64
Run the following command in the project root folder:
65
65
Original file line number Diff line number Diff line change 18
18
"typesVersions" : {
19
19
"*" : {
20
20
"import" : [" ./dist/index.d.ts" ],
21
- "require" : [" ./dist/index.d.cts " ]
21
+ "require" : [" ./dist/index.d.ts " ]
22
22
}
23
23
},
24
24
"scripts" : {
47
47
"url" : " git://github.com/lens-protocol/grove-client.git"
48
48
},
49
49
"license" : " MIT" ,
50
- "packageManager" : " pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228 "
50
+ "packageManager" : " pnpm@9.12.2"
51
51
}
You can’t perform that action at this time.
0 commit comments