Skip to content

Commit 1dd8898

Browse files
committed
fix: normalize package repository url
1 parent 1702033 commit 1dd8898

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

.changeset/free-flies-yawn.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@dugyu/luna-reactlynx": patch
3+
"@dugyu/luna-tailwind": patch
4+
"@dugyu/luna-styles": patch
5+
"@dugyu/luna-tokens": patch
6+
"@dugyu/luna-core": patch
7+
---
8+
9+
Normalize `repository.url` to the strict `git+https://...git` form.

packages/catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/Dugyu/lunarium/tree/main/packages/catalog",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/Dugyu/lunarium",
16+
"url": "git+https://github.com/Dugyu/lunarium.git",
1717
"directory": "packages/catalog"
1818
},
1919
"license": "Apache-2.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/Dugyu/lunarium/tree/main/packages/core#readme",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/Dugyu/lunarium",
15+
"url": "git+https://github.com/Dugyu/lunarium.git",
1616
"directory": "packages/core"
1717
},
1818
"license": "Apache-2.0",

packages/reactlynx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/Dugyu/lunarium/tree/main/packages/reactlynx#readme",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/Dugyu/lunarium",
17+
"url": "git+https://github.com/Dugyu/lunarium.git",
1818
"directory": "packages/reactlynx"
1919
},
2020
"license": "Apache-2.0",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/Dugyu/lunarium/tree/main/packages/styles#readme",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/Dugyu/lunarium",
16+
"url": "git+https://github.com/Dugyu/lunarium.git",
1717
"directory": "packages/styles"
1818
},
1919
"license": "Apache-2.0",

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/Dugyu/lunarium/tree/main/packages/tailwind#readme",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/Dugyu/lunarium",
15+
"url": "git+https://github.com/Dugyu/lunarium.git",
1616
"directory": "packages/tailwind"
1717
},
1818
"license": "Apache-2.0",

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/Dugyu/lunarium/tree/main/packages/tokens#readme",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/Dugyu/lunarium",
15+
"url": "git+https://github.com/Dugyu/lunarium.git",
1616
"directory": "packages/tokens"
1717
},
1818
"license": "Apache-2.0",

0 commit comments

Comments
 (0)