diff --git a/package.json b/package.json index f0d14de..7eb685b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.1.0", + "version": "0.1.1", "description": "Adds CORS headers to any request by acting as a http-proxy. The URL is parsed from the path.", "license": "MIT", "author": "Rob W ", @@ -8,6 +8,10 @@ "type": "git", "url": "https://github.com/Rob--W/cors-anywhere.git" }, + "bugs": { + "url": "https://github.com/Rob--W/cors-anywhere/issues/", + "email": "gwnRob@gmail.com" + }, "keywords": [ "cors", "cross-domain", @@ -15,6 +19,7 @@ "proxy", "heroku" ], + "main": "./lib/cors-anywhere.js", "dependencies": { "http-proxy": "~0.8" },