react-atom-trigger 0.0.3-ci.4 → 0.0.3-ci.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,5 +51,4 @@ type SimpleScrollEvent = {
51
51
 
52
52
  ## Example Usage
53
53
 
54
- - Simple example: https://codesandbox.io/s/simple-trigger-example-7q4f3b
55
- - Simple example with `react-use`: https://codesandbox.io/s/react-atom-trigger-simple-example-with-help-of-react-use-mywbzu
54
+ - https://codesandbox.io/dashboard/all/react-atom-trigger
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "lib/index.js",
5
5
  "module": "lib/index.es.js",
6
6
  "typings": "lib/index.d.ts",
7
- "version": "0.0.3-ci.4",
7
+ "version": "0.0.3-ci.5",
8
8
  "license": "MIT",
9
9
  "author": "innrVoice <innrvoice@icloud.com>",
10
10
  "repository": {