Skip to content

Commit

Permalink
doc: change doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Jan 21, 2020
1 parent f988501 commit 433b903
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
English | [简体中文](./README_zh-CN.md)
English | [简体中文](https://github.com/umijs/hooks/blob/master/README_zh-CN.md)

# @umijs/hooks

Expand All @@ -9,7 +9,7 @@ React Hooks Library.
## 📚 Document

* [English](https://hooks.umijs.org/)
* [中文](https://hooks.umijs.org/zh-cn/)
* [中文](https://hooks.umijs.org/zh-CN/)

## ✨ Features

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[English](./README.md) | 简体中文
[English](https://github.com/umijs/hooks/blob/master/README.md) | 简体中文

# @umijs/hooks

Expand All @@ -9,7 +9,7 @@ React Hooks Library.
## 📚 文档

* [English](https://hooks.umijs.org/)
* [中文](https://hooks.umijs.org/zh-cn/)
* [中文](https://hooks.umijs.org/zh-CN/)

## ✨ 特性

Expand Down
9 changes: 5 additions & 4 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"package.json"
],
"dependencies": {
"lodash.isequal": "^4.5.0",
"screenfull": "^5.0.0",
"@umijs/use-request": "^1.0.0",
"intersection-observer": "^0.7.0",
"resize-observer-polyfill": "^1.5.1"
"lodash.isequal": "^4.5.0",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.0.0"
},
"peerDependencies": {
"react": "^16.8.6"
Expand All @@ -45,4 +46,4 @@
"node": ">=8.0.0"
},
"license": "MIT"
}
}

0 comments on commit 433b903

Please sign in to comment.