From 5ec0dad1a3f58d962dc3da32866a95db23127fb1 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 6 Jun 2017 01:48:54 +1200 Subject: [PATCH] Updated repository URL to address broken npm images --- addons/actions/package.json | 2 +- addons/comments/package.json | 2 +- addons/graphql/package.json | 2 +- addons/info/package.json | 2 +- addons/knobs/package.json | 2 +- addons/links/package.json | 2 +- addons/notes/package.json | 2 +- addons/options/package.json | 2 +- app/react-native/package.json | 2 +- lib/addons/package.json | 2 +- lib/cli/package.json | 2 +- lib/codemod/package.json | 2 +- lib/ui/package.json | 2 +- package.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/addons/actions/package.json b/addons/actions/package.json index 82a446104b2b..9e6f1e337b5c 100644 --- a/addons/actions/package.json +++ b/addons/actions/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "storybook" diff --git a/addons/comments/package.json b/addons/comments/package.json index 270c4e2a68f4..ebb872e62782 100644 --- a/addons/comments/package.json +++ b/addons/comments/package.json @@ -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", diff --git a/addons/graphql/package.json b/addons/graphql/package.json index fab106955f08..63843f23f5a1 100644 --- a/addons/graphql/package.json +++ b/addons/graphql/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "storybook" diff --git a/addons/info/package.json b/addons/info/package.json index baa69dffc33b..347d7821fe85 100644 --- a/addons/info/package.json +++ b/addons/info/package.json @@ -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": { diff --git a/addons/knobs/package.json b/addons/knobs/package.json index 89d1252440cd..8b35fd378a8e 100644 --- a/addons/knobs/package.json +++ b/addons/knobs/package.json @@ -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": { diff --git a/addons/links/package.json b/addons/links/package.json index 10b6dde7c794..4c482efb70fa 100644 --- a/addons/links/package.json +++ b/addons/links/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "storybook" diff --git a/addons/notes/package.json b/addons/notes/package.json index 38b2321c9a73..b92a6a2f16a9 100644 --- a/addons/notes/package.json +++ b/addons/notes/package.json @@ -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": { diff --git a/addons/options/package.json b/addons/options/package.json index 41e234bddcc8..0948f42fa642 100644 --- a/addons/options/package.json +++ b/addons/options/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "storybook" diff --git a/app/react-native/package.json b/app/react-native/package.json index af0b8c3012a2..e9c42082895b 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "react", diff --git a/lib/addons/package.json b/lib/addons/package.json index ea00cadc53c6..b2db3f0c33dd 100644 --- a/lib/addons/package.json +++ b/lib/addons/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "storybook" diff --git a/lib/cli/package.json b/lib/cli/package.json index 8282b4385207..57d7f3dbe989 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/storybooks/storybook.git" + "url": "https://github.com/storybooks/storybook.git" }, "keywords": [ "storybook", diff --git a/lib/codemod/package.json b/lib/codemod/package.json index 59b03969bac9..35f8e6d9bb26 100644 --- a/lib/codemod/package.json +++ b/lib/codemod/package.json @@ -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": { diff --git a/lib/ui/package.json b/lib/ui/package.json index b5c90cf36558..242fba76c222 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -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": { diff --git a/package.json b/package.json index e324d1887c4b..9bc66889126e 100644 --- a/package.json +++ b/package.json @@ -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",