Skip to content

Commit

Permalink
fix(minor): type declaration path in package.json (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Jun 21, 2023
1 parent b8b1e8e commit ce5e856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.tsx",
"types": "lib/typescript/index.d.ts",
"types": "lib/typescript/src/index.d.ts",
"source": "src/index.tsx",
"sideEffects": false,
"files": [
Expand Down

0 comments on commit ce5e856

Please sign in to comment.