Skip to content

Commit f31ad73

Browse files
authored
Merge pull request #1785 from merico-dev/repo-url
chore(package): Add repository URL to package.json files
2 parents 277fba0 + e0936f1 commit f31ad73

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dashboard/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@devtable/dashboard",
33
"version": "14.57.5",
44
"license": "Apache-2.0",
5+
"repository": {
6+
"url": "https://github.com/merico-dev/table"
7+
},
58
"publishConfig": {
69
"access": "public",
710
"registry": "https://registry.npmjs.org/"

settings-form/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@devtable/settings-form",
33
"version": "14.57.5",
44
"license": "Apache-2.0",
5+
"repository": {
6+
"url": "https://github.com/merico-dev/table"
7+
},
58
"publishConfig": {
69
"access": "public",
710
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)