Skip to content

Commit

Permalink
chore: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 19, 2024
1 parent 98bf0a8 commit ad7aed3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"exports": {
".": {
"import": {
"default": "./dist/tokens/js/index.mjs",
"types": "./dist/tokens/js/index.d.ts"
"types": "./dist/tokens/js/index.d.ts",
"default": "./dist/tokens/js/index.mjs"
},
"require": {
"default": "./dist/tokens/js/cjs/index.js",
"types": "./dist/tokens/js/cjs/index.d.ts"
"types": "./dist/tokens/js/cjs/index.d.ts",
"default": "./dist/tokens/js/cjs/index.js"
}
},
"./package.json": "./package.json",
"./tokens/*": "./dist/tokens/*",
"./stylelint-plugin": "./dist/stylelint-plugin/index.mjs"
"./stylelint-plugin": "./dist/stylelint-plugin/index.mjs",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ad7aed3

Please sign in to comment.