Skip to content

Commit

Permalink
removed the exports property in the package.json as it conflicts with…
Browse files Browse the repository at this point in the history
… yarn & pnpm
  • Loading branch information
aminnairi committed Jun 3, 2023
1 parent 3c52a0f commit 1b92bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "0.6.0",
"homepage": "https://github.com/aminnairi/react-switch/tree/development/sources#readme",
"license": "MIT",
"exports": "./build/index.module.js",
"module": "build/index.module.js",
"main": "build/index.common.js",
"browser": "build/index.browser.js",
"bugs": {
Expand Down

0 comments on commit 1b92bc4

Please sign in to comment.