From 76aa686b44a612f39396b17db620df4de57cf99f Mon Sep 17 00:00:00 2001 From: suchothendav Date: Fri, 2 Dec 2016 19:09:52 -0800 Subject: [PATCH] 1.0.10 --- package.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e29449d..118a42d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "swaggerize-routes", - "version": "1.0.9", + "version": "1.0.10", "author": "Trevor Livingston ", "contributors": [ - "Trevor Livingston ", - "Subeesh Chothendavida " + { + "name": "Francois-Guillaume Ribreau", + "email": "npm@fgribreau.com", + "url": "http://fgribreau.com/" + } ], "description": "Swagger based route building.", "main": "./lib/index", @@ -16,11 +19,6 @@ "engines": { "node": "<=4.x" }, - "contributors":[{ - "name" : "Francois-Guillaume Ribreau", - "email" : "npm@fgribreau.com", - "url" : "http://fgribreau.com/" - }], "dependencies": { "caller": "^1.0.1", "core-util-is": "^1.0.1",