factorial-form
Advanced tools
Comparing version 0.0.5 to 0.0.6
# Changelog | ||
## `0.0.6` | ||
Fixed some defensive code | ||
## `0.0.5` | ||
@@ -4,0 +8,0 @@ |
@@ -113,3 +113,3 @@ 'use strict'; | ||
value: function _mapIn(value) { | ||
if (value === null) return ''; | ||
if (!value) return ''; | ||
@@ -116,0 +116,0 @@ switch (this.type) { |
{ | ||
"name": "factorial-form", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Factorial form library", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
567626