From 6e49430845f41cba2e23fc1ca589beafeef1b748 Mon Sep 17 00:00:00 2001 From: Divya Date: Tue, 15 Sep 2020 16:37:03 -0500 Subject: [PATCH] chore: standardize package.json --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ec9f5302..caca0610 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ "test:dev": "ava", "test:ci": "nyc -r lcovonly -r text -r json ava" }, - "keywords": [], + "keywords": [ + "netlify", + "netlify-plugin" + ], "author": "Netlify Inc.", "license": "MIT", "dependencies": { @@ -27,6 +30,13 @@ "rollup": "^2.23.1", "typescript": "^3.9.7" }, + "repository": { + "type": "git", + "url": "git+https://github.com/netlify/netlify-plugin-edge-handlers.git" + }, + "bugs": { + "url": "https://github.com/netlify/netlify-plugin-edge-handlers/issues" + }, "engines": { "node": "^10.17.0 || >=11.14.0" },