Skip to content

Commit 1ee8332

Browse files
authored
fix: React output package.json configuration (#901)
1 parent bf3607a commit 1ee8332

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"build": "npm run tsc",
1919
"tsc": "tsc -p . --outDir ./dist"
2020
},
21-
"main": "dist/lib/index.js",
22-
"module": "dist/lib/index.js",
23-
"types": "dist/types/lib/index.d.ts",
21+
"main": "dist/index.js",
22+
"module": "dist/index.js",
23+
"types": "dist/types/index.d.ts",
2424
"exports": {
2525
".": {
26-
"import": "./dist/lib/index.js",
27-
"types": "./dist/types/lib/index.d.ts"
26+
"import": "./dist/index.js",
27+
"types": "./dist/types/index.d.ts"
2828
},
2929
"./gcds.css": {
3030
"import": "./gcds.css",

0 commit comments

Comments
 (0)