Skip to content

Commit

Permalink
Merge pull request #373 from jeffijoe/fix-exports
Browse files Browse the repository at this point in the history
fix(package): undo all exports changes as it breaks downstream adapters
  • Loading branch information
jeffijoe authored Oct 3, 2024
2 parents fd3dc9c + 161ae50 commit 8e9b3e2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@
"umd:main": "lib/awilix.umd.js",
"react-native": "lib/awilix.browser.js",
"typings": "lib/awilix.d.ts",
"exports": {
".": {
"import": "./lib/awilix.module.mjs",
"types": "./lib/awilix.d.ts",
"default": "./lib/awilix.js"
},
"./browser": {
"import": "./lib/awilix.browser.js",
"types": "./lib/awilix.d.ts",
"default": "./lib/awilix.browser.js"
},
"./lib/*.js": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
}
},
"engines": {
"node": ">=16.3.0"
},
Expand Down

0 comments on commit 8e9b3e2

Please sign in to comment.