@xyo-network/react-event 4.0.0-rc.1 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-event",
|
3
|
-
"version": "4.0.0
|
3
|
+
"version": "4.0.0",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -56,6 +56,5 @@
|
|
56
56
|
"publishConfig": {
|
57
57
|
"access": "public"
|
58
58
|
},
|
59
|
-
"docs": "dist/docs.json"
|
60
|
-
"stableVersion": "3.0.23"
|
59
|
+
"docs": "dist/docs.json"
|
61
60
|
}
|