Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 22a34b9

Browse files
authored
chore: add cli repository details (#545)
* chore: add cli repository details * fix more repository urls * fix formatting
1 parent d6334d8 commit 22a34b9

File tree

8 files changed

+26
-5
lines changed

8 files changed

+26
-5
lines changed

.changeset/gentle-pens-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-add': patch
3+
---
4+
5+
chore: add cli repository details

.changeset/warm-bikes-invent.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@svelte-add/ast-manipulation': patch
3+
'@svelte-add/testing-library': patch
4+
'@svelte-add/clack-prompts': patch
5+
'@svelte-add/ast-tooling': patch
6+
'@svelte-add/clack-core': patch
7+
'@svelte-add/config': patch
8+
'@svelte-add/core': patch
9+
'svelte-add': patch
10+
---
11+
12+
chore: fix repository urls

packages/ast-manipulation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bugs": "https://github.com/svelte-add/svelte-add/issues",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/svelte-add/svelte-add/tree/main/projects/ast-manipulation"
25+
"url": "https://github.com/svelte-add/svelte-add/tree/main/packages/ast-manipulation"
2626
},
2727
"keywords": [],
2828
"publishConfig": {

packages/ast-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bugs": "https://github.com/svelte-add/svelte-add/issues",
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/svelte-add/svelte-add/tree/main/projects/ast-tooling"
30+
"url": "https://github.com/svelte-add/svelte-add/tree/main/packages/ast-tooling"
3131
},
3232
"keywords": [],
3333
"publishConfig": {

packages/cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"files": [
77
"build"
88
],
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/svelte-add/svelte-add/tree/main/packages/cli"
12+
},
913
"dependencies": {
1014
"@svelte-add/config": "workspace:*",
1115
"@svelte-add/core": "workspace:*"

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": "https://github.com/svelte-add/svelte-add/issues",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/svelte-add/svelte-add/tree/main/projects/config"
15+
"url": "https://github.com/svelte-add/svelte-add/tree/main/packages/config"
1616
},
1717
"keywords": [],
1818
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"bugs": "https://github.com/svelte-add/svelte-add/issues",
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/svelte-add/svelte-add/tree/main/projects/core"
33+
"url": "https://github.com/svelte-add/svelte-add/tree/main/packages/core"
3434
},
3535
"keywords": [
3636
"add",

packages/testing-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bugs": "https://github.com/svelte-add/svelte-add/issues",
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/svelte-add/svelte-add/tree/main/projects/testing-library"
28+
"url": "https://github.com/svelte-add/svelte-add/tree/main/packages/testing-library"
2929
},
3030
"keywords": [
3131
"adders",

0 commit comments

Comments
 (0)