Skip to content

Commit

Permalink
fix(pixels): fix exports definition
Browse files Browse the repository at this point in the history
  • Loading branch information
toxsick committed Apr 12, 2024
1 parent 052874c commit ab58ff9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "0.0.2",
"type": "module",
"exports": {
"./*": {
"import": "./dist/*.js",
"require": "./dist/*.cjs",
"types": "./dist/*.d.ts"
"./": "./dist/"
},
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"files": [
"./dist"
],
"homepage": "https://github.com/fuf-stack/uniforms#readme",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit ab58ff9

Please sign in to comment.