From 689ca93e5c515a4c9d627156fb1af1a358ca45df Mon Sep 17 00:00:00 2001 From: Simone Primarosa Date: Mon, 31 Jul 2017 17:15:09 +0200 Subject: [PATCH] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 747939c..3ff9bd8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.1", "author": "Tabcorp Digital Technology Team", "license": "MIT", - "description": "Common middlewares for all Node.js web services", + "description": "CORS middleware with full W3C spec support", "keywords": [ "restify", "cors", @@ -14,6 +14,9 @@ "type": "git", "url": "https://github.com/TabDigital/restify-cors-middleware.git" }, + "bugs": { + "url": "https://github.com/TabDigital/restify-cors-middleware/issues" + }, "main": "src/index.js", "scripts": { "test": "require-lint && standard && mocha"