react-bem-helper
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "react-bem-helper", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "allows you to easily add BEM-style element and modifier classes to React elements, while hopefully making it easier to scan.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "jasmine" | ||
"test": "jasmine && tsc" | ||
}, | ||
@@ -12,3 +13,4 @@ "author": "Marco Hamersma", | ||
"devDependencies": { | ||
"jasmine": "^2.2.1" | ||
"jasmine": "^2.2.1", | ||
"typescript": "^2.1.6" | ||
}, | ||
@@ -15,0 +17,0 @@ "repository": { |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
14
310
71692
2
3
70