Skip to content

Commit

Permalink
fix(pixels): remove components folder again
Browse files Browse the repository at this point in the history
  • Loading branch information
toxsick committed Apr 12, 2024
1 parent 9ca33cf commit 5eb5281
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"version": "0.0.5",
"type": "module",
"exports": {
"./": "./dist/",
"./components/*": "./dist/components/*/index.js"
"./": "./dist/"
},
"typesVersions": {
"*": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"jsx": "react-jsx",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "nodenext",
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 5eb5281

Please sign in to comment.