@csshero/usehooks 0.1.1 → 0.1.3

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 +2 -2
  2. package/package.json +7 -1
package/README.md CHANGED
@@ -33,6 +33,6 @@ import { useToggle } from '@csshero/usehooks';
33
33
 
34
34
  如果在使用过程中发现任何问题、或者有改善建议,欢迎在 GitHub Issues 进行反馈:[issues](https://github.com/CssHeroPhone19301430776/useHooks/issues)
35
35
 
36
- 或添加我的联系方式:
36
+ ## LICENSE
37
37
 
38
- ![]('/vx.jpg')
38
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csshero/usehooks",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "a react hooks library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -8,6 +8,12 @@
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
+ "keywords": [
12
+ "react",
13
+ "hooks",
14
+ "@cssheo/usehooks",
15
+ "cssheo"
16
+ ],
11
17
  "scripts": {
12
18
  "build": "father build",
13
19
  "build:watch": "father dev",