jsonml-to-react-element
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -13,2 +13,5 @@ 'use strict'; | ||
exports.toStyleObject = function toStyleObject(styleStr) { | ||
if (typeof styleStr !== 'string') { | ||
return styleStr; | ||
} | ||
var style = {}; | ||
@@ -15,0 +18,0 @@ styleStr.split(/;\s*/g).forEach(function (rule) { |
{ | ||
"name": "jsonml-to-react-element", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "To convert JsonML to React element. ", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
21171
583