@huin-core/react-toggle-group 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@huin-core/react-toggle-group",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -20,7 +20,8 @@
|
|
20
20
|
"types": "./dist/index.d.ts",
|
21
21
|
"files": [
|
22
22
|
"dist",
|
23
|
-
"README.md"
|
23
|
+
"README.md",
|
24
|
+
"package.json"
|
24
25
|
],
|
25
26
|
"sideEffects": false,
|
26
27
|
"scripts": {
|
@@ -33,7 +34,6 @@
|
|
33
34
|
"@huin-core/react-direction": "latest",
|
34
35
|
"@huin-core/react-primitive": "latest",
|
35
36
|
"@huin-core/react-roving-focus": "latest",
|
36
|
-
"@huin-core/react-toggle": "latest",
|
37
37
|
"@huin-core/react-use-controllable-state": "latest"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|