Comparing version 0.0.8 to 0.0.9
@@ -79,3 +79,3 @@ "use strict"; | ||
} else { | ||
var cssDom = _cssQuerySelector["default"].one("[href=\"".concat(url, "\"]")); | ||
var cssDom = _cssQuerySelector["default"].one("link[href=\"".concat(url, "\"]")); | ||
@@ -82,0 +82,0 @@ if (!cssDom) { |
@@ -66,3 +66,3 @@ import { css } from "create-el"; | ||
} else { | ||
var cssDom = query.one("[href=\"".concat(url, "\"]")); | ||
var cssDom = query.one("link[href=\"".concat(url, "\"]")); | ||
@@ -69,0 +69,0 @@ if (!cssDom) { |
{ | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"name": "need-css", | ||
@@ -4,0 +4,0 @@ "repository": { |
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
8429