Skip to content

Commit

Permalink
Merge pull request #1197 from storybooks/1196-broken-npm-images
Browse files Browse the repository at this point in the history
Updated repository URL to address broken npm images
  • Loading branch information
xavxyz committed Jun 5, 2017
2 parents 77e1675 + 5ec0dad commit 77b68a5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion addons/actions/package.json
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/comments/package.json
Expand Up @@ -13,7 +13,7 @@
"main": "preview.js",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"prepublish": "node ../../scripts/prepublish.js",
Expand Down
2 changes: 1 addition & 1 deletion addons/graphql/package.json
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/info/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A Storybook addon to show additional information for your stories.",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Storybook Addon Prop Editor Component",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion addons/links/package.json
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/notes/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Write notes for your Storybook stories.",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion addons/options/package.json
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion lib/addons/package.json
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/package.json
Expand Up @@ -7,7 +7,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"keywords": [
"storybook",
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Core Storybook UI",
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "storybook",
"repository": {
"type": "git",
"url": "git@github.com:storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 77b68a5

Please sign in to comment.