Comparing version 1.1.0 to 1.1.1
@@ -19,2 +19,8 @@ 'use strict'; | ||
exports.defaultParseModifier = defaultParseModifier; | ||
/* | ||
Copyright (C) 2016 Piotr Tomasz Monarski. | ||
Licensed under the MIT License (MIT), see | ||
https://github.com/Monar/bem-names | ||
*/ | ||
var StringModifiers = exports.StringModifiers = { | ||
@@ -21,0 +27,0 @@ WARN: 'warn', |
{ | ||
"name": "bem-names", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Advanced generator of BEM-like class names", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,3 +8,3 @@ # bemNames | ||
naming convention and allow easy transition between any of them. It also | ||
supports the transition between classic [classnames][classnames] as well as | ||
supports a transition between classic [classnames][classnames] as well as | ||
[css-Modules](https://github.com/css-modules/css-modules). | ||
@@ -11,0 +11,0 @@ |
@@ -0,1 +1,7 @@ | ||
/* | ||
Copyright (C) 2016 Piotr Tomasz Monarski. | ||
Licensed under the MIT License (MIT), see | ||
https://github.com/Monar/bem-names | ||
*/ | ||
export const StringModifiers = { | ||
@@ -2,0 +8,0 @@ WARN: 'warn', |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
126829
881
0