From 979d33d1d79007ba9ff7e44bcf5540d04237ef7b Mon Sep 17 00:00:00 2001 From: CarlDuFromChina <18556906294@163.com> Date: Wed, 9 Nov 2022 17:08:41 +0800 Subject: [PATCH] js-utils --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d02ead..2698b89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Web Core +# js-tuils -Web Core 是一个 JavaScript 库,简化了 JavaScript 编程 +js-tuils 是一个 JavaScript 库,极大简化了 JavaScript 编程 ## 变更日志 diff --git a/package.json b/package.json index 739b533..5d30603 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@sixpence/web-core", - "version": "2.0.0", + "name": "@sixpence/js-utils", + "version": "1.0.0", "description": "web core", "main": "index.js", - "repository": "https://github.com/CarlDuFromChina/web-core", + "repository": "https://github.com/CarlDuFromChina/js-utils", "author": "Karl Du", "license": "MIT", "scripts": {