bemto-components
Advanced tools
Comparing version 2.3.2 to 2.3.3
## Bemto-components changelog | ||
### v2.3.3 (2018-04-05) | ||
- Fixed another obscure bug (yeah, need more tests and refactor _everything_). | ||
### v2.3.2 (2018-04-05) | ||
@@ -4,0 +8,0 @@ |
@@ -117,2 +117,3 @@ const React = require('react'); | ||
const modifyContent = function(content) { | ||
if (typeof content !== 'object') return content; | ||
for (var key in modifier) { | ||
@@ -119,0 +120,0 @@ content[key] = modifier[key]; |
{ | ||
"name": "bemto-components", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Smart components for using parts of BEM methodology with React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
1178109
6081