leaf-converter
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/forsigner/leaf-converter/compare/v1.3.0...v1.3.1) (2018-01-16) | ||
### Bug Fixes | ||
* fix typo error ([8c8fca1](https://github.com/forsigner/leaf-converter/commit/8c8fca1)) | ||
<a name="1.3.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.3.0](https://github.com/forsigner/leaf-converter/compare/v1.2.1...v1.3.0) (2018-01-12) |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var convert = function convert(schema) { | ||
if (['object', 'arrajy'].indexOf(schema.type) < 0) { | ||
if (['object', 'array'].indexOf(schema.type) < 0) { | ||
return schema.type; | ||
@@ -11,0 +11,0 @@ } else if (schema.type === 'object') { |
{ | ||
"name": "leaf-converter", | ||
"description": "", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
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
29027