From 719ad25ec1fb09e87a522dbf9842d5aca3d5a5bc Mon Sep 17 00:00:00 2001 From: Tamlyn Rhodes <tamlyn@tamlyn.org> Date: Mon, 18 Dec 2017 18:02:56 +0000 Subject: [PATCH] Update repository URLs in package.json --- packages/cli/package.json | 2 +- packages/client/package.json | 2 +- packages/components/packages/Blog/package.json | 2 +- packages/components/packages/Draft.js/package.json | 2 +- packages/components/packages/FormGroup/package.json | 5 +++-- packages/components/packages/HTML/package.json | 2 +- packages/components/packages/InkFrontend/package.json | 5 +++-- packages/components/packages/Login/package.json | 2 +- packages/components/packages/Manage/package.json | 2 +- packages/components/packages/MediumDraft/package.json | 2 +- packages/components/packages/Navigation/package.json | 2 +- .../packages/PasswordResetBackend/package.json | 2 +- .../packages/PasswordResetFrontend/package.json | 2 +- packages/components/packages/PepperTheme/package.json | 2 +- packages/components/packages/PostsManager/package.json | 2 +- packages/components/packages/Signup/package.json | 2 +- packages/components/packages/TeamsManager/package.json | 2 +- packages/components/packages/UsersManager/package.json | 2 +- packages/db-manager/package.json | 2 +- packages/logger/package.json | 2 +- packages/server/package.json | 2 +- packages/theme-plugin/package.json | 8 ++------ packages/ui/package.json | 10 +++++----- 23 files changed, 32 insertions(+), 34 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 44580c510..5761156b7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -35,7 +35,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet-cli" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, "devDependencies": { "@pubsweet/starter": diff --git a/packages/client/package.json b/packages/client/package.json index f25c3fc5a..d1fcf3e51 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -52,7 +52,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet-client" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, "jest": { "testRegex": "/test/.+test.jsx?$", diff --git a/packages/components/packages/Blog/package.json b/packages/components/packages/Blog/package.json index 4e49bba26..b7abc8c9c 100644 --- a/packages/components/packages/Blog/package.json +++ b/packages/components/packages/Blog/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "Blog" } } diff --git a/packages/components/packages/Draft.js/package.json b/packages/components/packages/Draft.js/package.json index 17ed7b886..040d43192 100644 --- a/packages/components/packages/Draft.js/package.json +++ b/packages/components/packages/Draft.js/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "Draft.js" } } diff --git a/packages/components/packages/FormGroup/package.json b/packages/components/packages/FormGroup/package.json index 52f92dfac..c0d948710 100644 --- a/packages/components/packages/FormGroup/package.json +++ b/packages/components/packages/FormGroup/package.json @@ -1,7 +1,8 @@ { "name": "pubsweet-component-form-group", "version": "0.1.2", - "description": "Form component based on react-bootstrap with validation support for PubSweet", + "description": + "Form component based on react-bootstrap with validation support for PubSweet", "main": "index.js", "author": "Collaborative Knowledge Foundation", "license": "MIT", @@ -17,7 +18,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "FormGroup" } } diff --git a/packages/components/packages/HTML/package.json b/packages/components/packages/HTML/package.json index 0706f4d62..8730ab7c6 100644 --- a/packages/components/packages/HTML/package.json +++ b/packages/components/packages/HTML/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "HTML" } } diff --git a/packages/components/packages/InkFrontend/package.json b/packages/components/packages/InkFrontend/package.json index c02285d71..f30f21e32 100644 --- a/packages/components/packages/InkFrontend/package.json +++ b/packages/components/packages/InkFrontend/package.json @@ -1,11 +1,12 @@ { "name": "pubsweet-component-ink-frontend", "version": "0.2.2", - "description": "A frontend component that talks to the INK backend component (which talks to INK for file processing and conversion)", + "description": + "A frontend component that talks to the INK backend component (which talks to INK for file processing and conversion)", "main": "index.js", "repository": { "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet-components" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, "keywords": [ "file", diff --git a/packages/components/packages/Login/package.json b/packages/components/packages/Login/package.json index 0a367582a..151bd9166 100644 --- a/packages/components/packages/Login/package.json +++ b/packages/components/packages/Login/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "Login" } } diff --git a/packages/components/packages/Manage/package.json b/packages/components/packages/Manage/package.json index 41b4c221f..cdb840de5 100644 --- a/packages/components/packages/Manage/package.json +++ b/packages/components/packages/Manage/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "Manage" } } diff --git a/packages/components/packages/MediumDraft/package.json b/packages/components/packages/MediumDraft/package.json index 90f3bfdc5..8f94ebbe7 100644 --- a/packages/components/packages/MediumDraft/package.json +++ b/packages/components/packages/MediumDraft/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "MediumDraft" } } diff --git a/packages/components/packages/Navigation/package.json b/packages/components/packages/Navigation/package.json index 157e4c1ee..0e5c0d2fe 100644 --- a/packages/components/packages/Navigation/package.json +++ b/packages/components/packages/Navigation/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "Navigation" } } diff --git a/packages/components/packages/PasswordResetBackend/package.json b/packages/components/packages/PasswordResetBackend/package.json index bda43cfc8..5451a5c47 100644 --- a/packages/components/packages/PasswordResetBackend/package.json +++ b/packages/components/packages/PasswordResetBackend/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "PasswordResetBackend" } } diff --git a/packages/components/packages/PasswordResetFrontend/package.json b/packages/components/packages/PasswordResetFrontend/package.json index 93c98b0c5..3cfbf4e13 100644 --- a/packages/components/packages/PasswordResetFrontend/package.json +++ b/packages/components/packages/PasswordResetFrontend/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "PasswordResetFrontend" } } diff --git a/packages/components/packages/PepperTheme/package.json b/packages/components/packages/PepperTheme/package.json index e6063e569..920f26439 100644 --- a/packages/components/packages/PepperTheme/package.json +++ b/packages/components/packages/PepperTheme/package.json @@ -7,7 +7,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "PepperTheme" } } diff --git a/packages/components/packages/PostsManager/package.json b/packages/components/packages/PostsManager/package.json index 23e0a993b..f86f5a952 100644 --- a/packages/components/packages/PostsManager/package.json +++ b/packages/components/packages/PostsManager/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "PostsManager" } } diff --git a/packages/components/packages/Signup/package.json b/packages/components/packages/Signup/package.json index 73808c986..77569876a 100644 --- a/packages/components/packages/Signup/package.json +++ b/packages/components/packages/Signup/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "Signup" } } diff --git a/packages/components/packages/TeamsManager/package.json b/packages/components/packages/TeamsManager/package.json index 507340f45..a7fef779d 100644 --- a/packages/components/packages/TeamsManager/package.json +++ b/packages/components/packages/TeamsManager/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "TeamsManager" } } diff --git a/packages/components/packages/UsersManager/package.json b/packages/components/packages/UsersManager/package.json index b14bbdfdd..e5f154798 100644 --- a/packages/components/packages/UsersManager/package.json +++ b/packages/components/packages/UsersManager/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "http://gitlab.coko.foundation/pubsweet-components.git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", "path": "UsersManager" } } diff --git a/packages/db-manager/package.json b/packages/db-manager/package.json index 63318b09a..9edbe14e7 100644 --- a/packages/db-manager/package.json +++ b/packages/db-manager/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git@gitlab.coko.foundation:yld/db-manager.git" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, "keywords": ["pubsweet", "database"], "engines": { diff --git a/packages/logger/package.json b/packages/logger/package.json index 101b2f84c..872e78d22 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git@gitlab.coko.foundation:pubsweet/pubsweet-logger.git" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, "keywords": ["logger", "pubsweet"], "engines": { diff --git a/packages/server/package.json b/packages/server/package.json index 09ecde028..d37f4c9e3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -57,7 +57,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet-server" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, "jest": { "verbose": true, diff --git a/packages/theme-plugin/package.json b/packages/theme-plugin/package.json index 3eacaf77c..abb574429 100644 --- a/packages/theme-plugin/package.json +++ b/packages/theme-plugin/package.json @@ -5,13 +5,9 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet-theme-plugin" + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" }, - "keywords": [ - "themes", - "webpack", - "plugin" - ], + "keywords": ["themes", "webpack", "plugin"], "author": "Collaborative Knowledge Foundation", "license": "MIT" } diff --git a/packages/ui/package.json b/packages/ui/package.json index c88fb6264..42d90fdcf 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,13 +1,13 @@ { "name": "@pubsweet/ui", "version": "0.1.0", - "files": [ - "docs", - "dist", - "src" - ], + "files": ["docs", "dist", "src"], "main": "src", "jsnext:main": "src", + "repository": { + "type": "git", + "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" + }, "dependencies": { "babel-jest": "^21.2.0", "classnames": "^2.2.5", -- GitLab