gulp-pre-combo
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -40,3 +40,3 @@ /** | ||
suffix = pAr.pop(); | ||
return pAr.join('.') + '.min.' + suffix; | ||
return pAr.join('.') + '.' + suffix; | ||
} | ||
@@ -43,0 +43,0 @@ // var commentMarker = 'unUseComboMaker'; |
{ | ||
"name": "gulp-pre-combo", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A gulp plugin to handle relative-path in html file.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
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
6720