@progress/kendo-charts 2.7.2-develop.1 → 2.7.2-develop.2
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/dist/cdn/js/kendo-charts.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/chart/chart.js +3 -1
- package/dist/es/chart/plotarea/polar-plotarea-base.js +2 -8
- package/dist/es2015/chart/chart.js +3 -1
- package/dist/es2015/chart/plotarea/polar-plotarea-base.js +2 -8
- package/dist/npm/main.js +6 -10
- package/dist/systemjs/kendo-charts.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Kendo UI platform-independent Charts library",
|
|
4
4
|
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
|
-
"version": "2.7.2-develop.
|
|
6
|
+
"version": "2.7.2-develop.2",
|
|
7
7
|
"main": "dist/npm/main.js",
|
|
8
8
|
"module": "dist/es/main.js",
|
|
9
9
|
"jsnext:main": "dist/es/main.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"e2e": "cross-env TZ=Europe/Sofia ENV_BROWSER=Chrome_headless gulp watch-e2e",
|
|
21
21
|
"e2e:ci": "cross-env TZ=Europe/Sofia CHROME_BIN=`which chrome || which chromium-browser` ENV_BROWSER=Chrome_headless gulp e2e",
|
|
22
22
|
"e2e-visual:ci": "./bin/run-e2e-visual.sh",
|
|
23
|
-
"lint": "eslint .
|
|
24
|
-
"prepare": "husky
|
|
23
|
+
"lint": "eslint .",
|
|
24
|
+
"prepare": "husky"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Kendo UI",
|