Skip to content

Commit

Permalink
fix(single-spa#140,single-spa#168): Define package.json export
Browse files Browse the repository at this point in the history
  • Loading branch information
courtyenn committed May 22, 2023
1 parent f19beae commit 713acd3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
"main": "lib/umd/single-spa-react.js",
"module": "lib/esm/single-spa-react.js",
"type": "module",
"exports": {
".": {
"import": "./lib/esm/single-spa-react.js",
"require": "./lib/cjs/single-spa-react.cjs"
},
"./parcel": {
"import": "./lib/esm/parcel.js",
"require": "./lib/cjs/parcel.cjs"
}
},
"files": [
"lib",
"parcel",
Expand Down

0 comments on commit 713acd3

Please sign in to comment.