@live-change/framework
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -211,3 +211,3 @@ const fs = require("fs") | ||
const property = properties[propName] | ||
if(property.defaultValue) { | ||
if(property.hasOwnProperty('defaultValue')) { | ||
result[propName] = property.defaultValue | ||
@@ -214,0 +214,0 @@ } else if(property.type == Object) { |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
119810