Skip to content

Commit 54ad807

Browse files
committed
chore: update repository URLs in package.json files for consistency
1 parent 06bb956 commit 54ad807

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"organization": "toss",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/toss/h6s"
21+
"url": "git+https://github.com/toss/h6s.git"
2222
},
2323
"homepage": "https://h6s.dev",
2424
"license": "MIT",

packages/calendar/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"sideEffects": false,
55
"main": "src/index.ts",
66
"type": "module",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/toss/h6s.git",
10+
"directory": "packages/calendar"
11+
},
712
"publishConfig": {
813
"access": "public",
914
"main": "dist/index.cjs",

packages/table/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"sideEffects": false,
55
"main": "src/index.ts",
66
"type": "module",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/toss/h6s.git",
10+
"directory": "packages/table"
11+
},
712
"publishConfig": {
813
"access": "public",
914
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)