@progress/kendo-schematics
Advanced tools
Comparing version 0.1.0 to 0.1.1-dev.201805031150
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE in LICENSE.md", | ||
"version": "0.1.0", | ||
"version": "0.1.1-dev.201805031150", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build-package": "npm run build", |
@@ -11,3 +11,3 @@ "use strict"; | ||
}; | ||
const themePath = (name) => `../node_modules/${name}/scss/all.scss`; | ||
const themePath = (name) => `node_modules/${name}/scss/all.scss`; | ||
function importTheme(options) { | ||
@@ -14,0 +14,0 @@ const name = themePackageName(options); |
54282