@progress/kendo-angular-schematics
Advanced tools
Comparing version 12.0.0-develop.8 to 12.0.0-develop.9
{ | ||
"name": "@progress/kendo-angular-schematics", | ||
"version": "12.0.0-develop.8", | ||
"version": "12.0.0-develop.9", | ||
"description": "Kendo UI Schematics for Angular", | ||
@@ -32,3 +32,3 @@ "license": "SEE LICENSE in LICENSE.md", | ||
"dependencies": { | ||
"@progress/kendo-angular-schematics": "12.0.0-develop.8" | ||
"@progress/kendo-angular-schematics": "12.0.0-develop.9" | ||
}, | ||
@@ -35,0 +35,0 @@ "main": "./src/index.js", |
@@ -7,3 +7,3 @@ /**----------------------------------------------------------------------------------------- | ||
import { Schema as RegisterSchema } from './schema'; | ||
export declare const themeVersion = "^6.2.0"; | ||
export declare const themeVersion = "^6.3.0"; | ||
export declare function importTheme(options: RegisterSchema): Rule; |
@@ -17,3 +17,3 @@ /**----------------------------------------------------------------------------------------- | ||
const themePath = (name) => `node_modules/${name}/dist/all.css`; | ||
exports.themeVersion = '^6.2.0'; | ||
exports.themeVersion = '^6.3.0'; | ||
function importTheme(options) { | ||
@@ -20,0 +20,0 @@ const theme = themePackageName(options); |
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