@linaria/utils
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -125,3 +125,3 @@ /* eslint-disable no-restricted-syntax */ | ||
body: path.node | ||
}) || parent.isObjectMethod()) { | ||
}) || parent.isObjectMethod() || parent.isClassMethod()) { | ||
return findParentForDelete(parent); | ||
@@ -128,0 +128,0 @@ } |
@@ -147,3 +147,3 @@ "use strict"; | ||
body: path.node | ||
}) || parent.isObjectMethod()) { | ||
}) || parent.isObjectMethod() || parent.isClassMethod()) { | ||
return findParentForDelete(parent); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "@linaria/utils", | ||
"description": "Blazing fast zero-runtime CSS in JS library", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"bugs": "https://github.com/callstack/linaria/issues", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
326098