Skip to content

Commit

Permalink
QZ-946 make @quartz/styles a dependency (#118)
Browse files Browse the repository at this point in the history
* make @quartz/styles a dependency

* Add TypeScript types

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
sezgi and actions-user authored Apr 26, 2022
1 parent 6602a89 commit bd8329e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
"main": "src/components/index",
"module": "src/components/index",
"types": "dist/index.d.ts",
"dependencies": {},
"dependencies": {
"@quartz/styles": "github:Quartz/styles#0.2.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@quartz/eslint-config-react": "^1.1.5",
"@quartz/js-utils": "^1.1.1",
"@quartz/stylelint-config": "^1.2.0",
"@quartz/styles": "github:Quartz/styles#0.2.1",
"@storybook/addon-a11y": "^6.1.10",
"@storybook/addon-actions": "^6.1.10",
"@storybook/addon-essentials": "^6.1.10",
Expand Down

0 comments on commit bd8329e

Please sign in to comment.