Skip to content

Commit acd3fc8

Browse files
committed
Update configuration and update package.json
1 parent 63138b6 commit acd3fc8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "git+https://github.com/ivteplo/bottom-sheet.git"
31+
"url": "git+https://github.com/ivteplo/html-sheet-element.git"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/ivteplo/bottom-sheet/issues"
34+
"url": "https://github.com/ivteplo/html-sheet-element/issues"
3535
},
36-
"homepage": "https://github.com/ivteplo/bottom-sheet#readme"
36+
"homepage": "https://github.com/ivteplo/html-sheet-element#readme"
3737
}

vite.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ export default defineConfig({
1313
}
1414
},
1515
build: {
16+
output: {
17+
exports: "named"
18+
},
1619
outDir: resolve(__dirname, "./build/"),
1720
minify: false,
1821
cssMinify: false,
1922
lib: {
2023
entry: resolve(__dirname, "./library/sheet.jsx"),
21-
name: "BottomSheet",
24+
name: "SheetElement",
2225
fileName: "index"
2326
},
2427
cssCodeSplit: true,

0 commit comments

Comments
 (0)