@vaadin/vaadin-material-styles
Advanced tools
Comparing version 21.0.0-alpha2 to 21.0.0-alpha3
@@ -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-alpha2", | ||
"version": "21.0.0-alpha3", | ||
"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-alpha2" | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha3" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d2ac6991581b0fa243f3dd61c31c70810fc403ef" | ||
"gitHead": "a0bad259b7eaebd60baee4275f7cbe8dcc76ee1e" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '21.0.0-alpha2'; | ||
return '21.0.0-alpha3'; | ||
} | ||
@@ -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
40293
668
22
6
131