bem-react-helper
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -7,2 +7,6 @@ # Change Log | ||
## [1.2.1] - 2020-07-20 | ||
### Fixed | ||
- Now index.d.ts is included in the package. | ||
## [1.2.0] - 2020-07-20 | ||
@@ -26,2 +30,3 @@ ### Added | ||
[1.2.1]: https://github.com/igoradamenko/bem-react-helper/compare/v1.2.0...v1.2.1 | ||
[1.2.0]: https://github.com/igoradamenko/bem-react-helper/compare/v1.1.2...v1.2.0 | ||
@@ -28,0 +33,0 @@ [1.1.2]: https://github.com/igoradamenko/bem-react-helper/compare/v1.1.1...v1.1.2 |
{ | ||
"name": "bem-react-helper", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Allows you to easily manage BEM mods & mixes in React", | ||
@@ -49,5 +49,6 @@ "main": "index.js", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"types": "index.d.ts" | ||
} |
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
10156
6
45