Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit e0df49d

Browse files
chore: updating package.json css path
1 parent ccb3049 commit e0df49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"types": "./dist/types/index.d.ts"
2323
},
2424
"./package.json": "./package.json",
25-
"./src/css/design-tokens.css": "./src/css/design-tokens.css"
25+
"./design-tokens.css": "./src/css/design-tokens.css"
2626
},
2727
"main": "./dist/index.js",
2828
"module": "./dist/index.mjs",
2929
"types": "./dist/types/index.d.ts",
3030
"files": [
3131
"dist",
32-
"src/css/"
32+
"src/css/design-tokens.css"
3333
],
3434
"scripts": {
3535
"build": "tsup --clean && yarn build:types",

0 commit comments

Comments
 (0)