From 1cc8ed46a9d4fd71f6bbc6fed1ff36698eca37ef Mon Sep 17 00:00:00 2001 From: fan <504498960@qq.com> Date: Sat, 18 Jul 2020 11:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",