Skip to content

Commit c7bb04c

Browse files
committed
chore: update version
1 parent 4268902 commit c7bb04c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

packages/hooks/package.json

+2-13
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"name": "ahooks",
33
"version": "3.8.2",
44
"description": "react hooks library",
5-
"keywords": [
6-
"ahooks",
7-
"umi hooks",
8-
"react hooks"
9-
],
5+
"keywords": ["ahooks", "umi hooks", "react hooks"],
106
"main": "./lib/index.js",
117
"module": "./es/index.js",
128
"types": "./lib/index.d.ts",
@@ -24,14 +20,7 @@
2420
"scripts": {
2521
"build": "gulp && webpack-cli"
2622
},
27-
"files": [
28-
"dist",
29-
"lib",
30-
"es",
31-
"metadata.json",
32-
"package.json",
33-
"README.md"
34-
],
23+
"files": ["dist", "lib", "es", "metadata.json", "package.json", "README.md"],
3524
"dependencies": {
3625
"@babel/runtime": "^7.21.0",
3726
"dayjs": "^1.9.1",

0 commit comments

Comments
 (0)