From 05ec00658c2da8287866ab089857275e8585bfaa Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 25 May 2023 15:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 8 +++++--- package.json | 11 ++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 8241cab..3862954 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,8 @@ -## 百搭UI组件库的核心 +## Wkit +> A library for building fast, lightweight web components. ### 开发文档 -[开发文档](https://github.com/bd-js/core/wiki) +[开发文档](https://github.com/bytedo/wkit/wiki) ### 我们的特色 @@ -18,7 +19,8 @@ ### 示例 ```js -import { css, html, Component } from '//jscdn.ink/@bd/core/latest/index.js' +// alias wkit='//jscdn.ink/wkit/latest/index.js' +import { css, html, Component } from 'wkit' class Hello extends Component { diff --git a/package.json b/package.json index 7454516..919a9c7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "@bd/core", + "name": "wkit", "version": "1.9.5", "type": "module", - "description": "百搭UI组件库的核心", + "description": "A library for building fast, lightweight web components.", "main": "dist/index.js", "files": [ "dist/*" @@ -14,14 +14,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bd-js/core.git" + "url": "git+https://github.com/bytedo/wkit.git" }, "keywords": [ - "bd.js", - "bdjs", - "bd-ui", + "wkit", "wcui", - "bd-core", "web-components", "native", "cross-framework",