@progress/kendo-schematics
Advanced tools
Comparing version 0.2.5 to 1.0.0-dev.201906121339
@@ -7,3 +7,3 @@ # Kendo UI for Angular | ||
This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI Complete**](http://www.telerik.com/purchase/license-agreement/kendo-ui-complete). If you do not own a commercial license, this file shall be governed by the trial license terms. | ||
This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI**](http://www.telerik.com/purchase/license-agreement/kendo-ui). If you do not own a commercial license, this file shall be governed by the trial license terms. | ||
@@ -10,0 +10,0 @@ All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui. |
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE in LICENSE.md", | ||
"version": "0.2.5", | ||
"version": "1.0.0-dev.201906121339", | ||
"scripts": { | ||
@@ -33,4 +33,4 @@ "build-package": "npm run build", | ||
"devDependencies": { | ||
"@angular-devkit/core": "^0.6.0", | ||
"@angular-devkit/schematics": "^0.6.0", | ||
"@angular-devkit/core": "^0.8.9", | ||
"@angular-devkit/schematics": "^0.8.9", | ||
"@telerik/semantic-prerelease": "^1.0.0", | ||
@@ -37,0 +37,0 @@ "@types/jasmine": "^2.6.0", |
@@ -83,8 +83,2 @@ "use strict"; | ||
} | ||
function rxjsCompat(options) { | ||
const dependencies = { | ||
'rxjs-compat': '^6.0.0' | ||
}; | ||
return rules_1.addToPackageJson({ dependencies }); | ||
} | ||
function ngAdd(options) { | ||
@@ -98,3 +92,2 @@ return (host, context) => { | ||
registerInPackageJson(options), | ||
rxjsCompat(options), | ||
theming_1.importTheme(options), | ||
@@ -101,0 +94,0 @@ npmInstall(options) //install as a last rule |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50
55839
1444