From e26d0246b72b77c95661c0c6b1f9b3ab0d075212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Fri, 12 Jan 2024 05:45:56 +0800 Subject: [PATCH] laniakeasupercluster --- README.md | 4 ++-- package.json | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a1aad4f..868c5bf 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ ### install ```bash -npm i chain-depict +npm i @laniakeasupercluster/chain-depict ``` ```javascript -import { div } form 'chain-depict' +import { div } form '@laniakeasupercluster/chain-depict' div.w(12).h(14).onclick.stop(click).onkeydown.esc(keydown)([ div.w('auto').h(32).classList(['mdui-btn', 'mdui-btn-icon']), diff --git a/package.json b/package.json index cc88f6a..6ba21f8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { - "name": "chain-depict", + "name": "@laniakeasupercluster/chain-depict", "version": "0.0.0", "type": "module", "main": "main.js", - "author": { - "name": "Laniakea Supercluster", - "email": "huan0016@gmail.com" - }, + "author": "Laniakea Supercluster ", "license": "MIT", "scripts": { "dev": "vite --open", @@ -19,5 +16,6 @@ "repository": { "type": "git", "url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git" - } -} \ No newline at end of file + }, + "description": "受到 pug 和 tailwind, windicss 启发的, 使用纯粹 js 书写 UI" +}