From c7bb04c42bd8800164a112fd448c263bd16b63d4 Mon Sep 17 00:00:00 2001 From: lxrsuper <1076629390@qq.com> Date: Tue, 22 Oct 2024 23:05:55 +0800 Subject: [PATCH] chore: update version --- packages/hooks/package.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index a98396f09e..a8ff18e555 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -2,11 +2,7 @@ "name": "ahooks", "version": "3.8.2", "description": "react hooks library", - "keywords": [ - "ahooks", - "umi hooks", - "react hooks" - ], + "keywords": ["ahooks", "umi hooks", "react hooks"], "main": "./lib/index.js", "module": "./es/index.js", "types": "./lib/index.d.ts", @@ -24,14 +20,7 @@ "scripts": { "build": "gulp && webpack-cli" }, - "files": [ - "dist", - "lib", - "es", - "metadata.json", - "package.json", - "README.md" - ], + "files": ["dist", "lib", "es", "metadata.json", "package.json", "README.md"], "dependencies": { "@babel/runtime": "^7.21.0", "dayjs": "^1.9.1",