Skip to content

Commit

Permalink
[core][fix] Use wildcard for exports instead of individual paths (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 authored Apr 19, 2024
1 parent 0e6c409 commit ed00c14
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,26 +128,8 @@
"require": "./utils/index.js",
"default": "./utils/index.js"
},
"./exports/generateAtomics": {
"default": "./exports/generateAtomics.js"
},
"./exports/keyframes": {
"default": "./exports/keyframes.js"
},
"./exports/styled": {
"default": "./exports/styled.js"
},
"./exports/sx-plugin": {
"default": "./exports/sx-plugin.js"
},
"./exports/remove-prop-types-plugin": {
"default": "./exports/remove-prop-types-plugin.js"
},
"./exports/sx": {
"default": "./exports/sx.js"
},
"./exports/createUseThemeProps": {
"default": "./exports/createUseThemeProps.js"
"./exports/*": {
"default": "./exports/*.js"
},
"./Box": {
"types": "./build/Box.d.ts",
Expand Down

0 comments on commit ed00c14

Please sign in to comment.