diff --git a/README.md b/README.md index e30f958c3..a17b96515 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ $ rush docs ## 🔗 Related Links - [Official website](https://visactor.io/vtable) +- [Usage Trend](https://npm-compare.com/@visactor/vtable) # 💫 Ecosystem diff --git a/README.zh-CN.md b/README.zh-CN.md index 8d5371f51..350191e5c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -162,6 +162,7 @@ $ rush docs # 🔗 相关链接 - [官网](https://visactor.io/vtable) +- [使用趋势](https://npm-compare.com/@visactor/vtable) # 💫 生态 diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 3f18d46cd..578e10088 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -116,5 +116,10 @@ ], "publishConfig": { "access": "public" + }, + "homepage": "https://visactor.io/vtable", + "repository": { + "type": "git", + "url": "https://github.com/VisActor/VTable.git" } }