Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Sep 2, 2024
1 parent d2b004d commit 125ac6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@
"require": "./utils/index.js",
"default": "./utils/index.js"
},
"./internal": {
"types": "./internal/index.d.ts",
"import": {
"types": "./internal/index.d.mts",
"default": "./internal/index.mjs"
},
"require": "./internal/index.js",
"default": "./internal/index.js"
},
"./exports/*": {
"default": "./exports/*.js"
},
Expand Down

0 comments on commit 125ac6b

Please sign in to comment.