@geotab/zenith 1.26.5-beta.1 → 1.26.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geotab/zenith",
|
|
3
|
-
"version": "1.26.5
|
|
3
|
+
"version": "1.26.5",
|
|
4
4
|
"description": "Zenith components library on React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,9 +9,6 @@
|
|
|
9
9
|
"**/*.less",
|
|
10
10
|
"**/react-chartjs/dateAdapter.ts"
|
|
11
11
|
],
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
},
|
|
15
12
|
"module": "dist/index.js",
|
|
16
13
|
"scripts": {
|
|
17
14
|
"test": "npm run clean && npm run test-build && jest",
|
|
@@ -101,5 +98,8 @@
|
|
|
101
98
|
"last 1 firefox version",
|
|
102
99
|
"last 1 safari version"
|
|
103
100
|
]
|
|
101
|
+
},
|
|
102
|
+
"publishConfig": {
|
|
103
|
+
"access": "public"
|
|
104
104
|
}
|
|
105
105
|
}
|