Skip to content

Commit

Permalink
fix: define package.json export (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
darshkpatel committed Jun 16, 2023
1 parent 017b7f4 commit 173a8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"module": "lib/esm/single-spa-react.js",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./lib/esm/single-spa-react.js",
"require": "./lib/cjs/single-spa-react.cjs"
Expand Down

0 comments on commit 173a8ca

Please sign in to comment.