@csshero/usehooks 0.1.3 → 0.1.4

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 -7
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # 什么是 useHooks
2
2
 
3
- useHooks,是一款为 React 开发场景而生的 Hooks 库。
3
+ useHooks,是一款为 React 开发场景而生的 Hooks 库。[文档](http://8.138.2.97)
4
4
 
5
5
  ## 特性
6
6
 
7
7
  全新的 useHooks 主要具备以下特性:
8
8
 
9
- - 🚀 **易学易用**:直接通过 CDN 或者 npm 即可使用
9
+ - 🚀 **易学易用**:直接通过 npm 下载即可使用
10
10
  - 🔍 **内置全文搜索**:标题、正文、demo 等内容均可被搜索,支持多关键词搜索
11
11
  - 🎨 **包含丰富的基础 Hooks**:如 useCreation、useLatest 等基础 hooks 为 react 开发赋能
12
12
  - 🚥 **可靠的代码健壮**:使用 Typescript 构建,提供完善的类型定义文件
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@csshero/usehooks",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "a react hooks library",
5
- "license": "MIT",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
5
  "keywords": [
12
6
  "react",
13
7
  "hooks",
14
8
  "@cssheo/usehooks",
15
9
  "cssheo"
16
10
  ],
11
+ "license": "MIT",
12
+ "module": "dist/index.js",
13
+ "types": "dist/index.d.ts",
14
+ "files": [
15
+ "dist"
16
+ ],
17
17
  "scripts": {
18
18
  "build": "father build",
19
19
  "build:watch": "father dev",