json-schema-defaults
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "json-schema-defaults", | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "Chute <hello@getchute.com>" |
@@ -0,1 +1,9 @@ | ||
<a name="0.0.2"></a> | ||
### 0.0.2 (2014-05-04) | ||
#### Bug Fixes | ||
* dont skip falsy values ([412e7613](http://github.com/chute/json-schema-defaults/commit/412e761359594642bbd9f4f75e600a257314b9a1)) | ||
<a name="0.0.1"></a> | ||
@@ -2,0 +10,0 @@ ### 0.0.1 (2014-04-28) |
@@ -30,3 +30,3 @@ (function(root, factory) { | ||
if (schema['default']) { | ||
if (typeof schema['default'] !== 'undefined') { | ||
@@ -33,0 +33,0 @@ return schema['default']; |
{ | ||
"name": "json-schema-defaults", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Generate JSON object from default values in JSON Schema", | ||
@@ -26,5 +26,2 @@ "homepage": "https://github.com/chute/grunt-json-schema-defaults", | ||
"license": "MIT", | ||
"ignore": [ | ||
"test" | ||
], | ||
"devDependencies": { | ||
@@ -31,0 +28,0 @@ "karma": "~0.12.14", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8211
10
159