Comparing version 4.0.0-beta8 to 4.0.0-beta9
@@ -0,1 +1,4 @@ | ||
4.0.0-beta9 - October 14, 2016 | ||
- Types are just a string instead of an array | ||
4.0.0-beta8 - October 14, 2016 | ||
@@ -2,0 +5,0 @@ - Updated raml-1-parser to 1.1.5 |
@@ -92,2 +92,6 @@ #!/usr/bin/env node | ||
}); | ||
if (obj.type.length === 1) { | ||
obj.type = obj.type[0]; | ||
} | ||
} | ||
@@ -94,0 +98,0 @@ |
{ | ||
"name": "raml2obj", | ||
"description": "RAML to object", | ||
"version": "4.0.0-beta8", | ||
"version": "4.0.0-beta9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Kevin Renskers", |
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
13116
231