Skip to content

Commit

Permalink
fix: add "@component-controls/specification":
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2020
1 parent f65a55a commit 3884eac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/storybook-6-no-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"dependencies": {
"@component-controls/specification": "^0.7.1",
"@component-controls/storybook": "^0.7.8",
"@storybook/react": "6.0.0-alpha.28",
"babel-loader": "^8.0.6",
Expand Down
1 change: 1 addition & 0 deletions examples/storybook-6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"dependencies": {
"@component-controls/specification": "^0.7.1",
"@component-controls/storybook": "^0.7.8",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions examples/storybook-custom-docs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"dependencies": {
"@component-controls/specification": "^0.7.1",
"@component-controls/storybook": "^0.7.8",
"@component-controls/storybook-custom-docs": "^0.7.8",
"@storybook/addon-docs": "6.0.0-alpha.28",
Expand Down
1 change: 1 addition & 0 deletions examples/storybook-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build-docs-only": "build-storybook -c .docs-only -o ./docs"
},
"dependencies": {
"@component-controls/specification": "^0.7.1",
"@component-controls/storybook": "^0.7.8",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
Expand Down

0 comments on commit 3884eac

Please sign in to comment.