@progress/kendo-common-tasks 8.0.5-dev.20 → 8.0.5-dev.22

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,4 @@
5
5
 
6
6
  This package contains the build and packaging utilities, WebPack configuration blocks, and Gulp tasks that are used in the Kendo UI for Angular and KendoReact components. It also re-exports common packages such as WebPack.
7
7
 
8
- Working examples of its usage are the [kendo-react-tasks](https://github.com/telerik/kendo-react-tasks) and [kendo-angular-tasks](https://github.com/telerik/kendo-angular-tasks) packages.
9
-
10
8
  *Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
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.5-dev.20+2c5974d",
4
+ "version": "8.0.5-dev.22+29ae550",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/telerik/kendo-build-tasks.git"
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "2c5974d6c4586a97fd78ad628b4de04b5e39cc32"
88
+ "gitHead": "29ae550c4e1484550697eaa0639e9747e1bde4c2"
89
89
  }