diff --git a/client/package.json b/client/package.json index 4e681677e..1b2ef003d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,9 @@ { "name": "food-oasis-client", - "version": "0.1.0", + "description": "React Client for Food Oasis", + "version": "1.0.1", + "author": "Hack for LA", + "license": "MIT", "private": true, "proxy": "http://localhost:5000", "scripts": { diff --git a/package.json b/package.json index a5459a659..7c21df2f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "starter", - "version": "1.0.0", - "description": "Starter Node Web API application", + "version": "1.0.1", + "description": "Web API Server for Food Oasis", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -23,7 +23,7 @@ "eslint -c .eslintrc.js --ignore-path .eslintignore --fix" ] }, - "author": "John Darragh", + "author": "Hack for LA", "license": "MIT", "dependencies": { "@sendgrid/mail": "^6.4.0",