Skip to content

Commit 5f116b2

Browse files
damienguezouGUEZOU Damien
andauthored
fix: fix exports of blocks components (#92)
Co-authored-by: GUEZOU Damien <dguezou@jouve.fr>
1 parent e866a52 commit 5f116b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"./tss": "./dist/tss.js",
132132
"./tools/cx": "./dist/tools/cx.js",
133133
"./dsfr/*": "./dsfr/*",
134-
"./block/*": "./block/*",
134+
"./blocks/*": "./dist/blocks/*",
135135
"./ToggleSwitchGroup": "./dist/ToggleSwitchGroup.js",
136136
"./ToggleSwitch": "./dist/ToggleSwitch.js",
137137
"./Tile": "./dist/Tile.js",

src/scripts/list-exports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const newExports = {
2929
"./tss": "./dist/tss.js",
3030
"./tools/cx": "./dist/tools/cx.js",
3131
"./dsfr/*": "./dsfr/*",
32-
"./block/*": "./block/*",
32+
"./blocks/*": "./dist/blocks/*",
3333
...Object.fromEntries(
3434
fs
3535
.readdirSync(srcDirPath)

0 commit comments

Comments
 (0)