Skip to content

Commit

Permalink
doc: update documentation link since codesandbox auto-applies npm bet…
Browse files Browse the repository at this point in the history
…as (+ version bump)
  • Loading branch information
rob2d committed Feb 25, 2021
1 parent 8a8c840 commit f3dce69
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 @@ -27,7 +27,7 @@ npm install -D use-viewport-sizes
<img src="./doc/use-viewport-sizes.gif" />

*Interact with the example shown on CodeSandox* @
[https://codesandbox.io/s/j3vzpqxwww](https://codesandbox.io/s/j3vzpqxwww)
[https://codesandbox.io/s/react-hooks-viewport-sizes-demo-forked-7rr9c](https://codesandbox.io/s/react-hooks-viewport-sizes-demo-forked-7rr9c)

</center>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-viewport-sizes",
"version": "0.2.10",
"version": "0.2.12",
"description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit f3dce69

Please sign in to comment.