From 0142ad31d13c6a6eb06f6a15c1df9123e3d71664 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Thu, 15 Oct 2020 13:01:57 +1100 Subject: [PATCH] Update package.json fields. --- api/package.json | 8 ++++++++ app/package.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/api/package.json b/api/package.json index ffcd03f..8659556 100644 --- a/api/package.json +++ b/api/package.json @@ -7,6 +7,14 @@ "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, + "repository": { + "type": "git", + "url": "https://github.com/jaydenseric/apollo-upload-examples.git", + "directory": "api" + }, + "homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme", + "bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues", + "funding": "https://github.com/sponsors/jaydenseric", "engines": { "node": "^12.9.0 || >= 13.7.0" }, diff --git a/app/package.json b/app/package.json index 83f5ba3..a3cf3ab 100644 --- a/app/package.json +++ b/app/package.json @@ -7,6 +7,14 @@ "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, + "repository": { + "type": "git", + "url": "https://github.com/jaydenseric/apollo-upload-examples.git", + "directory": "app" + }, + "homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme", + "bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues", + "funding": "https://github.com/sponsors/jaydenseric", "engines": { "node": "^12.0.0 || >= 13.7.0" },