Skip to content

Commit

Permalink
fix(): Set main and files keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 19, 2023
1 parent a59fb38 commit 87d5c4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"dist"
],
"main": "dist/src/index.js",
"exports": {
".": "./dist/src/index.js",
"./tokens.css": "./dist/tokens.css"
Expand Down

0 comments on commit 87d5c4e

Please sign in to comment.