Added licence and author fields to packages.

This commit is contained in:
Jayden Seric 2018-09-18 22:30:25 +10:00
parent 6aa5716636
commit 6a991b608d
2 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,12 @@
{ {
"name": "apollo-upload-examples-api", "name": "apollo-upload-examples-api",
"private": true, "private": true,
"license": "MIT",
"author": {
"name": "Jayden Seric",
"email": "me@jaydenseric.com",
"url": "https://jaydenseric.com"
},
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
}, },

View File

@ -1,6 +1,12 @@
{ {
"name": "apollo-upload-examples-app", "name": "apollo-upload-examples-app",
"private": true, "private": true,
"license": "MIT",
"author": {
"name": "Jayden Seric",
"email": "me@jaydenseric.com",
"url": "https://jaydenseric.com"
},
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
}, },