Skip to content

Commit

Permalink
fix(): Try new exports field in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 19, 2023
1 parent 89248d9 commit 89c0d1c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@cqcl/quantinuum-ui",
"version": "1.0.0",
"description": "Quantinuum design system.",
"main": "dist/index.js",
"author": "[email protected]",
"scripts": {
"dev": "storybook dev -p 6006",
Expand All @@ -17,11 +16,11 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"module": "dist/index.js",
"files": [
"dist"
],
"types": "dist/types/index.d.ts",
"exports": {
".": "./dist/index.js",
"./tokens.css": "./dist/tokens.css"
},
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/CQCL/quantinuum-ui.git"
Expand Down

0 comments on commit 89c0d1c

Please sign in to comment.