djedi-json
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1911,3 +1911,3 @@ import * as React from 'react'; | ||
var config = _a.config, tree = _a.tree; | ||
if (tree === undefined || !Array.isArray(tree)) { | ||
if (tree === undefined) { | ||
return null; | ||
@@ -1914,0 +1914,0 @@ } |
@@ -1939,3 +1939,3 @@ 'use strict'; | ||
var config = _a.config, tree = _a.tree; | ||
if (tree === undefined || !Array.isArray(tree)) { | ||
if (tree === undefined) { | ||
return null; | ||
@@ -1942,0 +1942,0 @@ } |
{ | ||
"name": "djedi-json", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.esm.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
384729