From f185ee0c697f65d0710d5a9b395bcd1d165bb098 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski <48144618+Braeden57@users.noreply.github.com> Date: Mon, 4 Jan 2021 11:03:17 -0800 Subject: [PATCH] Update package.json --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e70a5ec..400ceca 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,16 @@ { - "name": "node_passport_login", + "name": "XP-System", "version": "2.0.0", - "description": "Node.js authentication with Passport", + "description": "This XP System help show your progress in class and allows you to view assignments.", "main": "app.js", "scripts": { "start": "node app.js", "dev": "nodemon app.js" }, - "keywords": [], + "repository": { + "type": "git", + "url": "https://Braeden57/Dayz-Website" + }, "author": "Braeden Sowinski", "license": "ISC", "dependencies": {