Skip to content

Commit

Permalink
fix(): Attempt tree shaking improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 19, 2023
1 parent 6de7c4d commit 5d9c085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
"files": [
"dist"
],
"sideEffects": false,
"type": "module",
"main": "dist/src/index.js",
"exports": {
".": "./dist/src/index.js",
"./tokens.css": "./dist/tokens.css"
},
"types": "./dist/types/src/index.d.ts",
"mode": "production",
"repository": {
"type": "git",
"url": "git+https://github.com/CQCL/quantinuum-ui.git"
Expand Down

0 comments on commit 5d9c085

Please sign in to comment.