Skip to content

Commit 496937b

Browse files
committed
Update README.md
1 parent 2b31fff commit 496937b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get it started, add `react-use-form-state` to your project:
3535
npm install --save react-use-form-state
3636
```
3737

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

4040
## Examples
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build:dev": "rollup -c -w",
2525
"clean": "rm -rf dist",
2626
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
27-
"lint": "eslint src",
27+
"lint": "eslint src test",
2828
"prepack": "yarn lint && yarn test",
2929
"prepublishOnly": "yarn clean && yarn build",
3030
"test": "jest --coverage"

0 commit comments

Comments
 (0)