From 2a94a9a7fa0d3e71b1099a8623cfd324740c75f6 Mon Sep 17 00:00:00 2001 From: Nils Haberkamp Date: Thu, 7 Mar 2024 09:16:07 +0100 Subject: [PATCH] set correct link to repository (#85) --- packages/admin-sdk-example-app/package.json | 4 ++++ packages/admin-sdk/package.json | 2 +- packages/component-library/package.json | 4 ++++ packages/icon-kit/package.json | 2 +- packages/tokens/package.json | 4 ++++ 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/admin-sdk-example-app/package.json b/packages/admin-sdk-example-app/package.json index 210b9ca5f..0672feec8 100644 --- a/packages/admin-sdk-example-app/package.json +++ b/packages/admin-sdk-example-app/package.json @@ -5,6 +5,10 @@ "license": "ISC", "author": "shopware AG", "main": "index.js", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com:shopware/meteor.git" + }, "scripts": { "dev": "ts-node src/server.ts", "lint:all": "npm run lint:eslint && vue-tsc --noEmit", diff --git a/packages/admin-sdk/package.json b/packages/admin-sdk/package.json index 7c66f8b77..f72c80069 100644 --- a/packages/admin-sdk/package.json +++ b/packages/admin-sdk/package.json @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/shopware/meteor-admin-sdk.git" + "url": "git+ssh://git@github.com:shopware/meteor.git" }, "license": "MIT", "exports": { diff --git a/packages/component-library/package.json b/packages/component-library/package.json index 900d2ac34..192816e88 100644 --- a/packages/component-library/package.json +++ b/packages/component-library/package.json @@ -2,6 +2,10 @@ "name": "@shopware-ag/meteor-component-library", "version": "3.0.0-alpha1", "author": "shopware AG", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com:shopware/meteor.git" + }, "main": "dist/common/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", diff --git a/packages/icon-kit/package.json b/packages/icon-kit/package.json index fdd3a3aad..a1e6b72f2 100644 --- a/packages/icon-kit/package.json +++ b/packages/icon-kit/package.json @@ -59,4 +59,4 @@ "ts-node": "^10.8.1", "typescript": "^4.6.3" } -} \ No newline at end of file +} diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 1e534d627..94b725c63 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -15,6 +15,10 @@ "deliverables", "dictionaries" ], + "repository": { + "type": "git", + "url": "git+ssh://git@github.com:shopware/meteor.git" + }, "scripts": { "format": "prettier --write .", "format:check": "prettier --check .",