@ampify/aquery
Advanced tools
Comparing version 1.2.17 to 1.3.0
{ | ||
"name": "@ampify/aquery", | ||
"version": "1.2.17", | ||
"version": "1.3.0", | ||
"main": "./dist/aquery.js", | ||
@@ -37,3 +37,3 @@ "module": "./src", | ||
}, | ||
"gitHead": "3731cac071ac5d0a564cc388afd1491f224c9cf4" | ||
"gitHead": "2f52d0962543ded5625ac0817036edf832eb6905" | ||
} |
@@ -747,6 +747,6 @@ import jQuery from 'jquery'; | ||
aQuery.cssIgnore = (...ignoreList) => { | ||
if (ignoreList.length) { | ||
return ignoreList.forEach((ignore) => cssIgnore.add(`${ignore}`)); | ||
} | ||
return ignoreList.forEach((ignore) => cssIgnore.add(`${ignore}`)); | ||
}; | ||
aQuery.getCssIgnore = () => { | ||
return Array.from(cssIgnore).filter( | ||
@@ -756,3 +756,2 @@ (ignore) => !/#__ampify__/.test(ignore), | ||
}; | ||
aQuery.injectCss = injectCss; | ||
@@ -759,0 +758,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
44955