Skip to content

Commit

Permalink
fix: make the default option the last option (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-schubert-sbb authored Sep 2, 2024
1 parent 665e6e4 commit 342f281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"sass": "./dist/scss/sbb-variables.scss",
"node": "./dist/js/sbb-tokens.mjs",
"require": "./dist/js/sbb-tokens.cjs",
"default": "./dist/js/sbb-tokens.mjs",
"style": "./dist/sbb-variables.css"
"style": "./dist/sbb-variables.css",
"default": "./dist/js/sbb-tokens.mjs"
},
"./dist/js/*": {
"default": "./dist/js/*"
Expand Down

0 comments on commit 342f281

Please sign in to comment.