edp-build-iconfont
Advanced tools
Comparing version 0.0.0 to 1.0.0
@@ -28,10 +28,10 @@ /** | ||
// fix ext | ||
// fix ext | ||
// @todo fix in fontmin | ||
if (!/\.ttf$/.test(fontName)) { | ||
fontName += '.ttf'; | ||
fontName += '.ttf'; | ||
} | ||
var fontmin = new Fontmin() | ||
.src(this.files, { base: processContext.baseDir }) | ||
.src(this.files, {base: processContext.baseDir}) | ||
.use(Fontmin.svgs2ttf(fontName)) | ||
@@ -38,0 +38,0 @@ .use(Fontmin.ttf2eot()) |
{ | ||
"name": "edp-build-iconfont", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "edp-build iconfont with fontmin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
3082