Skip to content

Commit ed78a0d

Browse files
authored
Merge pull request #10 from gasaicrypto/code-corrections
Fix typos in README and package.json
2 parents 9da0aec + 46d528a commit ed78a0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ nvm use
5959
6060
to switch to the correct Node.js version.
6161
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`.
6363
6464
Run the following command in the project root folder:
6565

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typesVersions": {
1919
"*": {
2020
"import": ["./dist/index.d.ts"],
21-
"require": ["./dist/index.d.cts"]
21+
"require": ["./dist/index.d.ts"]
2222
}
2323
},
2424
"scripts": {
@@ -47,5 +47,5 @@
4747
"url": "git://github.com/lens-protocol/grove-client.git"
4848
},
4949
"license": "MIT",
50-
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
50+
"packageManager": "pnpm@9.12.2"
5151
}

0 commit comments

Comments
 (0)