We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e866a52 commit 5f116b2Copy full SHA for 5f116b2
package.json
@@ -131,7 +131,7 @@
131
"./tss": "./dist/tss.js",
132
"./tools/cx": "./dist/tools/cx.js",
133
"./dsfr/*": "./dsfr/*",
134
- "./block/*": "./block/*",
+ "./blocks/*": "./dist/blocks/*",
135
"./ToggleSwitchGroup": "./dist/ToggleSwitchGroup.js",
136
"./ToggleSwitch": "./dist/ToggleSwitch.js",
137
"./Tile": "./dist/Tile.js",
src/scripts/list-exports.ts
@@ -29,7 +29,7 @@ const newExports = {
29
30
31
32
33
...Object.fromEntries(
34
fs
35
.readdirSync(srcDirPath)
0 commit comments