archetype-js
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "archetype-js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Valeri Karpov <val@boosterfuels.com>", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -271,3 +271,3 @@ 'use strict'; | ||
_.each(Object.keys(schema._paths), path => { | ||
if (!schema._paths[path].$default) { | ||
if (!('$default' in schema._paths[path])) { | ||
return; | ||
@@ -274,0 +274,0 @@ } |
35884