@charlietango/react-docs-net
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ // | ||
function injectProps(vmName , props, indent = 0) { | ||
function injectProps(vmName , props = {}, indent = 0) { | ||
const keys = Object.keys(props).filter(key => { | ||
@@ -18,0 +18,0 @@ const prop = props[key]; |
@@ -18,3 +18,3 @@ // | ||
function injectProps(vmName , props, indent = 0) { | ||
function injectProps(vmName , props = {}, indent = 0) { | ||
const keys = Object.keys(props).filter(key => { | ||
@@ -21,0 +21,0 @@ const prop = props[key]; |
{ | ||
"name": "@charlietango/react-docs-net", | ||
"description": "Package and publish a NuGet package to a custom feed.", | ||
"version": "1.1.13", | ||
"version": "1.1.18", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41121
0.05%