@ampify/aquery
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@ampify/aquery", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "./dist/aquery.js", | ||
@@ -5,0 +5,0 @@ "module": "./src", |
@@ -761,2 +761,10 @@ import jQuery from 'jquery'; | ||
aQuery.keepElements = (elements) => { | ||
elements.forEach(element => { | ||
const func = element instanceof jQuery ? | ||
element.attr : element.setAttribute; | ||
func('ampify-keep', ''); | ||
}); | ||
}; | ||
aQuery.injectCss = injectCss; | ||
@@ -763,0 +771,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
48735
1545