@symbo.ls/utils
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@symbo.ls/utils", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
@@ -14,5 +14,5 @@ 'use strict' | ||
const component = { | ||
${key}: ${stringifyProps(props, 4)} | ||
}` | ||
const props = ${stringifyProps(props)} | ||
const component = { extend: ${key}, props }` | ||
}) |
5629
140