Skip to content

Commit 36094f8

Browse files
committed
refactor: update repository URLs and add directory fields in package.json files
1 parent 87c5fcc commit 36094f8

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

packages/admin-eslint-rules/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/shopwarelabs/admin-eslint-rules.git"
23+
"url": "https://github.com/shopwareLabs/shopware-javascript-code-quality.git",
24+
"directory": "packages/admin-eslint-rules"
2425
},
2526
"keywords": [
2627
"shopware",
2728
"eslint",
2829
"eslint-plugin",
2930
"eslint-rules"
3031
],
31-
"homepage": "https://github.com/shopwarelabs/admin-eslint-rules#readme",
32+
"homepage": "https://github.com/shopwareLabs/shopware-javascript-code-quality/tree/main/packages/admin-eslint-rules#readme",
3233
"bugs": {
33-
"url": "https://github.com/shopwarelabs/admin-eslint-rules/issues"
34+
"url": "https://github.com/shopwareLabs/shopware-javascript-code-quality/issues"
3435
},
3536
"scripts": {
3637
"test": "vitest run"

packages/admin-stylelint-rules/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
},
1818
"scripts": {
1919
"test": "vitest run"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/shopwareLabs/shopware-javascript-code-quality.git",
24+
"directory": "packages/admin-stylelint-rules"
2025
}
2126
}

packages/storefront-eslint-rules/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"devDependencies": {
2020
"eslint": "catalog:",
2121
"vitest": "catalog:"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/shopwareLabs/shopware-javascript-code-quality.git",
26+
"directory": "packages/storefront-eslint-rules"
2227
}
2328
}

0 commit comments

Comments
 (0)