From f3f6e64f5d7e9f85bbdce759f3f5c88926c81956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Thu, 14 Jan 2021 18:38:19 +0800 Subject: [PATCH] 1.0.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 719f287..8cfad59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytedo/wcui", - "version": "1.0.0", + "version": "1.0.1", "description": "基于wc开发的一套UI库, 面向未来, 面向electron", "scripts": { "start": "node ./build.dev.js", @@ -10,6 +10,7 @@ "type": "git", "url": "git+https://github.com/bytedo/wcui.git" }, + "main": "dist/", "keywords": ["web-components", "wc", "components", "yutent"], "author": "yutent", "license": "MIT",