Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Bennett <hi@codyb.co>
  • Loading branch information
krispya and CodyJasonBennett committed May 22, 2024
1 parent a249690 commit d8b3ed3
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 @@ -24,10 +24,10 @@
"Marco Perego (https://github.com/emmelleppi)",
"Josh Ellis (https://github.com/joshuaellis)"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"react-native": "dist/native/index.cjs.js",
"main": "index.cjs.js",
"module": "index.js",
"types": "index.d.ts",
"react-native": "native/index.cjs.js",
"sideEffects": false,
"commitlint": {
"extends": [
Expand Down

0 comments on commit d8b3ed3

Please sign in to comment.