Skip to content

Commit

Permalink
fix: remove use of package#exports for CSB
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Feb 7, 2023
1 parent 4e8d2eb commit 4695887
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"react-native": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"sideEffects": false,
"devDependencies": {
"@types/node": "^18.7.15",
Expand Down

0 comments on commit 4695887

Please sign in to comment.