Skip to content

Commit

Permalink
Merge pull request #75 from taion/bump-scroll-behavior
Browse files Browse the repository at this point in the history
Update scroll-behavior dep
  • Loading branch information
taion authored Apr 10, 2017
2 parents 39ebb6b + a1f382d commit bbe2039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The callback can return:

- a falsy value to suppress updating the scroll position
- a position array of `x` and `y`, such as `[0, 100]`, to scroll to that position
- a string with the `id` or `name` of an element, to scroll to that element
- a truthy value to emulate the browser default scroll behavior

```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/taion/react-router-scroll#readme",
"dependencies": {
"prop-types": "^15.5.6",
"scroll-behavior": "^0.9.1",
"scroll-behavior": "^0.9.3",
"warning": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit bbe2039

Please sign in to comment.