diff --git a/package.json b/package.json index 026a621..62dd205 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,12 @@ "name": "lemon-imui", "version": "1.0.3", "main": "dist/index.umd.min.js", + "description": "基于 VUE2.0 的 IM 聊天组件", + "homepage": "https://github.com/fanjyy/lemon-imui", + "repository": { + "type": "git", + "url": "git+https://github.com/fanjyy/lemon-imui.git" + }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --target lib --name index packages/index.js",