Skip to content

Commit

Permalink
chore: use consistent package.json file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Apr 24, 2023
1 parent ed75718 commit e901bc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"react-native": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"react-native": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
Expand Down

0 comments on commit e901bc0

Please sign in to comment.