Skip to content

Commit

Permalink
chore: updating package.json css path
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Feb 8, 2024
1 parent ccb3049 commit e0df49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json",
"./src/css/design-tokens.css": "./src/css/design-tokens.css"
"./design-tokens.css": "./src/css/design-tokens.css"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/types/index.d.ts",
"files": [
"dist",
"src/css/"
"src/css/design-tokens.css"
],
"scripts": {
"build": "tsup --clean && yarn build:types",
Expand Down

0 comments on commit e0df49d

Please sign in to comment.