babel-plugin-react-scoped-css
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -13,3 +13,3 @@ // @ts-check | ||
if (!includeRegExp) { | ||
includeRegExp = /\.scoped\.(s)?css$/ | ||
includeRegExp = /\.scoped\.(sa|sc|c)ss$/ | ||
} | ||
@@ -16,0 +16,0 @@ const filename = getFilenameFromPath(path.node.source.value) |
{ | ||
"name": "babel-plugin-react-scoped-css", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"main": "index.js", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
], | ||
"gitHead": "5edcd58f6b82bade9cf8a72e7045ab8b4d3d9ad3" | ||
"gitHead": "2a163e6797c9d38e905f7e42fcc9477cd4eb4dd5" | ||
} |
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
6957