Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmd committed Feb 21, 2019
1 parent 2b31fff commit 496937b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get it started, add `react-use-form-state` to your project:
npm install --save react-use-form-state
```

Please note that `react-use-form-state` requires `react@^16.7.0-alpha.0` as a peer dependency.
Please note that `react-use-form-state` requires `react@^16.8` as a peer dependency.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:dev": "rollup -c -w",
"clean": "rm -rf dist",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "eslint src",
"lint": "eslint src test",
"prepack": "yarn lint && yarn test",
"prepublishOnly": "yarn clean && yarn build",
"test": "jest --coverage"
Expand Down

0 comments on commit 496937b

Please sign in to comment.