Skip to content

Commit

Permalink
fix(pixels): move components into components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
toxsick committed Apr 12, 2024
1 parent d88f2be commit 9da42b1
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"version": "0.0.3",
"type": "module",
"exports": {
"./": "./dist/"
"./": "./dist/",
"./components/*": "./dist/components/*/index.js"
},
"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.

0 comments on commit 9da42b1

Please sign in to comment.