@bifrostui/utils 1.1.9 → 1.1.10-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bifrostui/utils",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.10-beta.2",
|
4
4
|
"description": "BUI React utilities for building components.",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -28,5 +28,5 @@
|
|
28
28
|
"access": "public",
|
29
29
|
"registry": "https://registry.npmjs.org/"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "c4592ffb99f4452743e34c398241a04cd3f39a0f"
|
32
32
|
}
|