Skip to content

Commit

Permalink
set correct link to repository (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp authored Mar 7, 2024
1 parent da4bc9a commit 2a94a9a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/admin-sdk-example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"license": "ISC",
"author": "shopware AG",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:shopware/meteor.git"
},
"scripts": {
"dev": "ts-node src/server.ts",
"lint:all": "npm run lint:eslint && vue-tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@shopware-ag/meteor-component-library",
"version": "3.0.0-alpha1",
"author": "shopware AG",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:shopware/meteor.git"
},
"main": "dist/common/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
"ts-node": "^10.8.1",
"typescript": "^4.6.3"
}
}
}
4 changes: 4 additions & 0 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"deliverables",
"dictionaries"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:shopware/meteor.git"
},
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 2a94a9a

Please sign in to comment.