Update package.json fields.

This commit is contained in:
Jayden Seric 2020-10-15 13:01:57 +11:00
parent 26ff0e29a5
commit 0142ad31d1
2 changed files with 16 additions and 0 deletions

View File

@ -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"
},

View File

@ -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"
},