Skip to content

Commit e9e2943

Browse files
author
Edward Xiao
committed
no message
1 parent 732317a commit e9e2943

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ import { Textbox, Radiobox, Checkbox, Select, Textarea } from 'react-inputs-vali
2828
import 'react-inputs-validation/lib/react-inputs-validation.min.css';
2929
```
3030

31+
### Make sure you have ```[email protected]``` installed.
32+
```js
33+
"peerDependencies": {
34+
"react": "^16.8.6",
35+
"react-dom": "^16.8.6"
36+
}
37+
```
38+
3139
# <a name="live-examples"></a>Live examples
3240

3341
## <a name="codesandbox-examples"></a>Codesandbox Examples
@@ -46,14 +54,6 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
4654

4755
<a href="https://github.com/edwardfhsiao/react-inputs-validation/blob/gh-pages/example/index.js">Demo source code</a>
4856

49-
### Make sure you have ```[email protected]``` installed.
50-
```js
51-
"peerDependencies": {
52-
"react": "^16.8.6",
53-
"react-dom": "^16.8.6"
54-
}
55-
```
56-
5757
# <a name="documentation"></a>Documentation
5858

5959
### <a name="1.x-2.x-3.x-documentation"></a>[1.x, 2.x, 3.x](https://github.com/edwardfhsiao/react-inputs-validation/blob/master/v1-v2-v3-doc.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inputs-validation",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "React form input validation components",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)