From c0a2ced4b9b82e6f833922dace9341badfdd2be6 Mon Sep 17 00:00:00 2001 From: idantovi Date: Thu, 22 Feb 2018 13:24:59 +0200 Subject: [PATCH] update json package --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7bb873a..a1f4ce3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/idanto/express-ajv-swagger-validation.git" + "url": "git://github.com/Zooz/express-ajv-swagger-validation.git" }, "keywords": [ "ajv", @@ -24,9 +24,9 @@ "validator" ], "bugs": { - "url": "https://github.com/idanto/express-ajv-swagger-validation" + "url": "https://github.com/Zooz/express-ajv-swagger-validation" }, - "homepage": "https://github.com/idanto/express-ajv-swagger-validation", + "homepage": "https://github.com/Zooz/express-ajv-swagger-validation", "author": "Idan Tovi", "license": "MIT", "dependencies": { @@ -56,5 +56,8 @@ "rewire": "^2.5.2", "sinon": "^4.0.1", "supertest": "^3.0.0" + }, + "publishConfig": { + "registry":"https://www.npmjs.com" } }