Skip to content

Commit

Permalink
fix: index.tsx as main entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekChr committed Mar 27, 2023
1 parent bef6667 commit 24a1633
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
},
"license": "(MIT AND Apache-2.0)",
"author": "Dylan Vann <[email protected]> (https://dylanvann.com)",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"main": "src/index.tsx",
"typings": "dist/index.d.ts",
"files": [
"android",
"!android/build",
"ios",
"!ios/build",
"dist",
"src/index.tsx",
"RNFastImage.podspec"
],
"scripts": {
Expand Down

0 comments on commit 24a1633

Please sign in to comment.