boundless-checkbox
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "boundless-checkbox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An accessible checkbox with indeterminate support.", | ||
@@ -25,7 +25,7 @@ "main": "build/index.js", | ||
}, | ||
"homepage": "http://boundless.js.org/Checkbox", | ||
"homepage": "http://boundless.js.org/#/Checkbox", | ||
"dependencies": { | ||
"classnames": "^2.1.5", | ||
"boundless-utils-omit-keys": "^1.0.1", | ||
"boundless-utils-uuid": "^1.0.1" | ||
"boundless-utils-omit-keys": "^1.0.2", | ||
"boundless-utils-uuid": "^1.0.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
@@ -64,3 +64,3 @@ <!--- | ||
> Note: only top-level props are in the README, for the full list check out the [website](http://boundless.js.org/Checkbox#props). | ||
> Note: only top-level props are in the README, for the full list check out the [website](http://boundless.js.org/#/Checkbox). | ||
@@ -67,0 +67,0 @@ ### Required Props |
73110