Skip to content

Commit

Permalink
update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
theBstar committed Jun 25, 2024
1 parent 0816d9f commit 16952bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"files": [
"package-dist"
],
"main": "./package-dist/my-lib.umd.cjs",
"module": "./package-dist/my-lib.js",
"main": "./package-dist/ui-galary.umd.cjs",
"module": "./package-dist/ui-galary.js",
"exports": {
".": {
"import": "./package-dist/my-lib.js",
"require": "./package-dist/my-lib.umd.cjs"
"import": "./package-dist/ui-galary.js",
"require": "./package-dist/ui-galary.umd.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit 16952bf

Please sign in to comment.