Skip to content

Commit bebcd7d

Browse files
Merge pull request #35 from GouvernementFR/dev
chore(*): DSFR-chart v2.0.3
2 parents 0ecb084 + 238d38f commit bebcd7d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gouvfr/dsfr-chart",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Système de Design de l'État - Visualisation graphique",
55
"repository": {
66
"type": "git",
@@ -15,12 +15,15 @@
1515
"CONTRIBUTING.md"
1616
],
1717
"main": "./dist/DSFRChart/DSFRChart.umd.cjs",
18-
"module": "./dist/DSFRChart/DSFRChart.esm.js",
18+
"module": "./dist/DSFRChart/DSFRChart.js",
1919
"exports": {
2020
".": {
21-
"import": "./dist/DSFRChart/DSFRChart.esm.js",
21+
"import": "./dist/DSFRChart/DSFRChart.js",
2222
"require": "./dist/DSFRChart/DSFRChart.umd.cjs"
23-
}
23+
},
24+
"./dist/DSFRChart/DSFRChart.js": "./dist/DSFRChart/DSFRChart.js",
25+
"./dist/DSFRChart/DSFRChart.umd.js": "./dist/DSFRChart/DSFRChart.umd.js",
26+
"./dist/DSFRChart/DSFRChart.css": "./dist/DSFRChart/DSFRChart.css"
2427
},
2528
"scripts": {
2629
"dev": "vite",

0 commit comments

Comments
 (0)