@shelf/react-outside-click 0.1.0 → 0.1.1

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,7 +99,7 @@ Type: `function (required)`
99
99
 
100
100
  A function that will be called when an outside click is detected.
101
101
 
102
- **options:**
102
+ **options:** `(optional)`
103
103
 
104
104
  > **disabled**
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/react-outside-click",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React library for handling outside clicks of a specified element",
5
5
  "license": "MIT",
6
6
  "author": {