@k4rnival/selmin
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -11,5 +11,6 @@ "use strict"; | ||
selectors.forEach(selector => { | ||
console.log("pushing", selector, "to replaceList"); | ||
replaceList = replaceList.push({ | ||
selector, | ||
newSelector: alpha.getNextAlpha() | ||
newSelector: alpha.getNextAlpha(), | ||
}); | ||
@@ -16,0 +17,0 @@ }); |
{ | ||
"name": "@k4rnival/selmin", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "minify selectors in prod files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
25533
408