Skip to content

Commit 6533373

Browse files
JonnyBurgersatya164
authored andcommitted
docs: fix typo in README.md (#1)
The automatic way adds a `types` field, not a `typescript` one. So in the manual one it should probably also be `types`.
1 parent c0b9d2b commit 6533373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To configure your project manually, follow these steps:
6161
"main": "lib/commonjs/index.js",
6262
"module": "lib/module/index.js",
6363
"react-native": "src/index.js",
64-
"typescript": "lib/typescript/src/index.d.ts",
64+
"types": "lib/typescript/src/index.d.ts",
6565
"files": [
6666
"lib/",
6767
"src/"

0 commit comments

Comments
 (0)