Skip to content

Commit

Permalink
fix: add repostory fields to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 28, 2020
1 parent 4c3b9cb commit 340083f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/custom-pages-storybook-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"storybook": "start-storybook -p 9018 -c .storybook",
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"repository": {
"type": "git",
"url": "https://github.com/ccontrols/component-controls.git",
"directory": "examples/custom-pages-storybook-5"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
Expand Down
5 changes: 5 additions & 0 deletions examples/custom-pages-storybook-6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"storybook": "start-storybook -p 9017 -c .storybook",
"build-storybook": "build-storybook -c .storybook -o ./docs"
},
"repository": {
"type": "git",
"url": "https://github.com/ccontrols/component-controls.git",
"directory": "examples/custom-pages-storybook-6"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
Expand Down

0 comments on commit 340083f

Please sign in to comment.