Comparing version 4.3.1 to 4.3.2
@@ -66,2 +66,6 @@ var document = require('global/document') | ||
} | ||
// The for attribute gets transformed to htmlFor, but we just set as for | ||
if (p === 'htmlFor') { | ||
p = 'for' | ||
} | ||
// If a property is boolean, set itself to the key | ||
@@ -68,0 +72,0 @@ if (BOOL_PROPS[key]) { |
{ | ||
"name": "bel", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "A simple extension to native elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,6 @@ # [bel](https://en.wikipedia.org/wiki/Bel_(mythology)) | ||
If you're looking for a higher level front end framework, try | ||
[yo-yo](https://github.com/maxogden/yo-yo). Or even higher than that, try | ||
[choo](https://github.com/yoshuawuyts/choo). | ||
## usage | ||
@@ -13,0 +17,0 @@ |
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
8433
111
140