Skip to content

Commit

Permalink
chore: updating naming of stylesheet and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Apr 30, 2024
1 parent ad07fd3 commit 6cbd75b
Show file tree
Hide file tree
Showing 2 changed files 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,7 +22,7 @@
"require": "./dist/index.js"
},
"./package.json": "./package.json",
"./design-tokens.min.css": "./dist/design-tokens.min.css"
"./css.min.css": "./dist/index.min.css"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -34,7 +34,7 @@
"build": "tsup --clean && yarn build:types && yarn build:css",
"build-storybook": "storybook build",
"build:clean": "rimraf dist && yarn build",
"build:css": "cleancss -o dist/design-tokens.min.css src/css/design-tokens.css",
"build:css": "cleancss -o dist/styles.min.css src/css/index.css",
"build:types": "tsc --project tsconfig.build.json",
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate --prettier",
Expand Down
File renamed without changes.

0 comments on commit 6cbd75b

Please sign in to comment.