From f3dce694ab34be0575f68306256c138aefe4ff14 Mon Sep 17 00:00:00 2001 From: Robert Concepcion III Date: Thu, 25 Feb 2021 17:24:11 -0500 Subject: [PATCH] doc: update documentation link since codesandbox auto-applies npm betas (+ version bump) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf26a05..966dc71 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ npm install -D use-viewport-sizes *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) diff --git a/package.json b/package.json index c7d1b44..bf30e76 100644 --- a/package.json +++ b/package.json @@ -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",