@csshero/usehooks 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,21 +14,14 @@ useHooks,是一款为 React 开发场景而生的 Hooks 库。
14
14
 
15
15
  ## 📦 安装
16
16
 
17
- :::code-group
18
-
19
- ```bash [npm]
17
+ ```bash
20
18
  npm install @csshero/usehooks
21
- ```
22
-
23
- ```bash [yarn]
19
+ # or
24
20
  yarn add @csshero/usehooks
25
- ```
26
-
27
- ```bash [pnpm]
21
+ # or
28
22
  pnpm add @csshero/usehooks
29
- ```
30
23
 
31
- :::
24
+ ```
32
25
 
33
26
  ## 🔨 使用
34
27
 
@@ -40,8 +33,6 @@ import { useToggle } from '@csshero/usehooks';
40
33
 
41
34
  如果在使用过程中发现任何问题、或者有改善建议,欢迎在 GitHub Issues 进行反馈:[issues](https://github.com/CssHeroPhone19301430776/useHooks/issues)
42
35
 
43
- 或添加我的联系方式:
36
+ ## LICENSE
44
37
 
45
- <div>
46
- <img data-type="dingtalk" src="/vx.jpg" width="300" />
47
- </div>
38
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csshero/usehooks",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "a react hooks library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",