From 7505a66e91a3643efaa91f202ba227805245e74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AB=E6=AC=A3=E6=B5=B7?= Date: Thu, 3 Apr 2025 18:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notes.md | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Notes.md b/Notes.md index eaa86b9..6f99c89 100644 --- a/Notes.md +++ b/Notes.md @@ -1,11 +1,11 @@ 发布版本 ```bash -npm publish +npm publish --otp ``` 删除指定版本 ```bash -npm unpublish kunpocc@1.0.23 +npm unpublish kunpocc@1.0.23 --otp ``` \ No newline at end of file diff --git a/package.json b/package.json index 4dcf1e3..3f83da6 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,7 @@ "dist/kunpocc.mjs", "dist/kunpocc.min.cjs", "dist/kunpocc.min.mjs", - "dist/kunpocc.d.ts", - "docs/" + "dist/kunpocc.d.ts" ], "author": "gongxh", "license": "ISC",