Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazylxr committed Oct 22, 2024
1 parent 4268902 commit c7bb04c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c7bb04c

Please sign in to comment.