Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 851e827

Browse files
authored
chore: standardize package.json (#44)
1 parent e579adf commit 851e827

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"test:dev": "ava",
1212
"test:ci": "nyc -r lcovonly -r text -r json ava"
1313
},
14-
"keywords": [],
14+
"keywords": [
15+
"netlify",
16+
"netlify-plugin"
17+
],
1518
"author": "Netlify Inc.",
1619
"license": "MIT",
1720
"dependencies": {
@@ -27,6 +30,13 @@
2730
"rollup": "^2.23.1",
2831
"typescript": "^3.9.7"
2932
},
33+
"repository": {
34+
"type": "git",
35+
"url": "git+https://github.com/netlify/netlify-plugin-edge-handlers.git"
36+
},
37+
"bugs": {
38+
"url": "https://github.com/netlify/netlify-plugin-edge-handlers/issues"
39+
},
3040
"engines": {
3141
"node": "^10.17.0 || >=11.14.0"
3242
},

0 commit comments

Comments
 (0)