Skip to content

Commit

Permalink
FIX problem with duplicate package names
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 27, 2017
1 parent 3f86f6c commit 5cac10b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cra-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-storybook",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@kadira/storybook": "*",
Expand Down
4 changes: 2 additions & 2 deletions examples/test-cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-storybook",
"version": "0.1.0",
"name": "test-cra",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@kadira/storybook": "file:../../packages/react-storybook",
Expand Down

0 comments on commit 5cac10b

Please sign in to comment.