@progress/kendo-common-tasks 8.0.2-dev.2 → 8.0.2-dev.3

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.
@@ -319,7 +319,7 @@ window.ExampleRunner = (function() {
319
319
  file: "kendo-drawing.js",
320
320
  modules: true
321
321
  }, {
322
- name: "@telerik/kendo-draggable",
322
+ name: "@progress/kendo-draggable",
323
323
  file: "kendo-draggable.js"
324
324
  }, {
325
325
  name: "@progress/kendo-angular-charts",
@@ -335,10 +335,10 @@ window.ExampleRunner = (function() {
335
335
  file: "kendo-angular-intl.js",
336
336
  map: true
337
337
  }, {
338
- name: "@telerik/kendo-intl",
338
+ name: "@progress/kendo-intl",
339
339
  file: "kendo-intl.js"
340
340
  }, {
341
- name: "@telerik/kendo-inputs-common",
341
+ name: "@progress/kendo-inputs-common",
342
342
  file: "kendo-inputs-common.js"
343
343
  } ];
344
344
 
@@ -175,8 +175,8 @@ var stackBlitzDependencies = {
175
175
  '@angular/platform-browser-dynamic': ngVer,
176
176
  '@angular/router': ngVer,
177
177
  '@angular/forms': ngVer,
178
- '@telerik/kendo-intl': channel,
179
- '@telerik/kendo-draggable': channel,
178
+ '@progress/kendo-intl': channel,
179
+ '@progress/kendo-draggable': channel,
180
180
  '@progress/kendo-date-math': channel,
181
181
  '@progress/kendo-drawing': channel,
182
182
  '@progress/kendo-data-query': channel,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-common-tasks",
3
3
  "description": "Build infrastructure helpers and gulp tasks for Kendo UI Angular 2 / React components",
4
- "version": "8.0.2-dev.2+18bfdd1",
4
+ "version": "8.0.2-dev.3+892aa8d",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/telerik/kendo-build-tasks.git"
@@ -19,7 +19,6 @@
19
19
  "Kendo UI"
20
20
  ],
21
21
  "dependencies": {
22
- "@telerik/eslint-config": "1.1.0",
23
22
  "acorn": "^8.5.0",
24
23
  "ajv": "^8.11.0",
25
24
  "autoprefixer": "^6.3.6",
@@ -86,5 +85,5 @@
86
85
  "publishConfig": {
87
86
  "access": "public"
88
87
  },
89
- "gitHead": "18bfdd1e428a8716f027282a54974e9f52029760"
88
+ "gitHead": "892aa8db5437d16b91f00655bc1f5bc256b9ff86"
90
89
  }