@xyo-network/react-app-settings 4.2.13 → 4.3.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-app-settings",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.3.0-rc.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -65,5 +65,6 @@
|
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public"
|
67
67
|
},
|
68
|
-
"docs": "dist/docs.json"
|
68
|
+
"docs": "dist/docs.json",
|
69
|
+
"stableVersion": "4.2.14"
|
69
70
|
}
|