Skip to content

Commit 20cf72a

Browse files
fangsmilexuefei1313
authored andcommitted
fix: package file add repository
1 parent 2a7a77e commit 20cf72a

7 files changed

Lines changed: 36 additions & 1 deletion

File tree

packages/openinula-vtable/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,10 @@
9191
},
9292
"peerDependencies": {
9393
"openinula": "~0.1.2-SNAPSHOT"
94+
},
95+
"repository": {
96+
"type": "git",
97+
"url": "https://github.com/VisActor/VTable.git",
98+
"directory": "packages/openinula-vtable"
9499
}
95100
}

packages/react-vtable/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,10 @@
110110
"@types/react-is": "^17.0.3",
111111
"@arco-design/web-react": "2.66.12",
112112
"@types/react-reconciler": "0.28.9"
113+
},
114+
"repository": {
115+
"type": "git",
116+
"url": "https://github.com/VisActor/VTable.git",
117+
"directory": "packages/react-vtable"
113118
}
114119
}

packages/vtable-calendar/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,10 @@
8787
"axios": "^1.4.0",
8888
"@types/react-is": "^17.0.3",
8989
"rollup-plugin-node-resolve": "5.2.0"
90+
},
91+
"repository": {
92+
"type": "git",
93+
"url": "https://github.com/VisActor/VTable.git",
94+
"directory": "packages/vtable-calendar"
9095
}
9196
}

packages/vtable-export/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,10 @@
9090
"axios": "^1.4.0",
9191
"@types/react-is": "^17.0.3",
9292
"rollup-plugin-node-resolve": "5.2.0"
93+
},
94+
"repository": {
95+
"type": "git",
96+
"url": "https://github.com/VisActor/VTable.git",
97+
"directory": "packages/vtable-export"
9398
}
9499
}

packages/vtable-plugins/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,10 @@
110110
"rollup-plugin-node-resolve": "5.2.0",
111111
"@types/lodash": "4.14.182"
112112
},
113-
"packageManager": "pnpm@10.7.0"
113+
"packageManager": "pnpm@10.7.0",
114+
"repository": {
115+
"type": "git",
116+
"url": "https://github.com/VisActor/VTable.git",
117+
"directory": "packages/vtable-plugins"
118+
}
114119
}

packages/vtable-search/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,10 @@
8686
"axios": "^1.4.0",
8787
"@types/react-is": "^17.0.3",
8888
"rollup-plugin-node-resolve": "5.2.0"
89+
},
90+
"repository": {
91+
"type": "git",
92+
"url": "https://github.com/VisActor/VTable.git",
93+
"directory": "packages/vtable-search"
8994
}
9095
}

packages/vue-vtable/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,10 @@
107107
"axios": "^1.4.0",
108108
"eslint-plugin-vue": "^9.26.0",
109109
"vue-eslint-parser": "^9.4.2"
110+
},
111+
"repository": {
112+
"type": "git",
113+
"url": "https://github.com/VisActor/VTable.git",
114+
"directory": "packages/vue-vtable"
110115
}
111116
}

0 commit comments

Comments
 (0)