Skip to content

Commit

Permalink
Merge pull request #578 from dnum-mi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
laruiss authored Jul 26, 2023
2 parents 7036e0c + c1859da commit 7f1188a
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 @@ -19,12 +19,12 @@
"exports": {
".": {
"require": {
"default": "./dist/vue-dsfr.umd.js",
"types": "./types/index.d.ts"
"types": "./types/index.d.ts",
"default": "./dist/vue-dsfr.umd.js"
},
"import": {
"default": "./dist/vue-dsfr.mjs",
"types": "./types/index.d.ts"
"types": "./types/index.d.ts",
"default": "./dist/vue-dsfr.mjs"
}
},
"./dist/vue-dsfr.css": {
Expand Down

0 comments on commit 7f1188a

Please sign in to comment.