postcss-bem-linter
Advanced tools
Comparing version 3.0.0 to 3.1.0
=== HEAD | ||
=== 3.1.0 (October 11, 2017) | ||
* Allow both `/**` and `/*` for module definitions [#125](https://github.com/postcss/postcss-bem-linter/pull/125) | ||
=== 3.0.0 (July 21, 2017) | ||
@@ -4,0 +8,0 @@ |
@@ -14,3 +14,3 @@ 'use strict'; | ||
const DEFINE_DIRECTIVE = new RegExp( | ||
`(?:\\*\\s*@define ${DEFINE_VALUE})|(?:\\s*postcss-bem-linter: define ${DEFINE_VALUE})\\s*` | ||
`(?:\\*?\\s*@define ${DEFINE_VALUE})|(?:\\s*postcss-bem-linter: define ${DEFINE_VALUE})\\s*` | ||
); | ||
@@ -17,0 +17,0 @@ const END_DIRECTIVE = new RegExp( |
{ | ||
"name": "postcss-bem-linter", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "A BEM linter for postcss", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
40469