From 054a2a8d41c8676d6cd6d74264970a6def61738e Mon Sep 17 00:00:00 2001 From: Gaston Lodieu Date: Fri, 22 Sep 2017 14:44:37 -0300 Subject: [PATCH] fix package.json description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74a244bc..01a940e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oas-raml-converter", "version": "1.0.15", - "description": "This package helps to convert between different API specifications. Supports OAS (Swagger 2), RAML 0.8, RAML 1.0. ", + "description": "This package helps to convert between different API specifications. Supports OAS (Swagger 2), RAML 0.8, RAML 1.0.", "main": "lib/index.js", "files": [ "lib/",