Skip to content

Commit

Permalink
Merge pull request DylanVann#4 from ArekChr/feat/fix_direct_repo_linking
Browse files Browse the repository at this point in the history
fix: index.tsx as main entry file
  • Loading branch information
cristipaval authored Mar 27, 2023
2 parents bef6667 + 24a1633 commit afedf20
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 afedf20

Please sign in to comment.