@vaadin/vaadin-material-styles
Advanced tools
Comparing version 21.0.0-alpha1 to 21.0.0-alpha10
@@ -123,2 +123,9 @@ /* eslint-env node */ | ||
const list = glyphs.map((g) => g.name); | ||
fs.writeFile('test/glyphs.json', JSON.stringify(list, null, 2), function (err) { | ||
if (err) { | ||
return console.error(err); | ||
} | ||
}); | ||
// Cleanup | ||
@@ -125,0 +132,0 @@ fs.unlink('material-icons.woff', function (err) { |
{ | ||
"name": "@vaadin/vaadin-material-styles", | ||
"version": "21.0.0-alpha1", | ||
"version": "21.0.0-alpha10", | ||
"description": "Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.", | ||
@@ -34,3 +34,3 @@ "main": "all-imports.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha1" | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha10" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8542c7dadc4c86e454a48613f0f2d027dcb5aa86" | ||
"gitHead": "9e75b3416edc041e35720c29a842423a1da66e60" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '21.0.0-alpha1'; | ||
return '21.0.0-alpha10'; | ||
} | ||
@@ -11,0 +11,0 @@ } |
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
40296
668