diff --git a/README.md b/README.md index ad24ac3..0f49604 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ nvm use to switch to the correct Node.js version. -Enable [corepack](https://www.totaltypescript.com/how-to-use-corepack) to use the the correct version of `pnpm`. +Enable [corepack](https://www.totaltypescript.com/how-to-use-corepack) to use the correct version of `pnpm`. Run the following command in the project root folder: diff --git a/package.json b/package.json index 3bf6699..8d13f25 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "typesVersions": { "*": { "import": ["./dist/index.d.ts"], - "require": ["./dist/index.d.cts"] + "require": ["./dist/index.d.ts"] } }, "scripts": { @@ -47,5 +47,5 @@ "url": "git://github.com/lens-protocol/grove-client.git" }, "license": "MIT", - "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" + "packageManager": "pnpm@9.12.2" }