From 3fb758783268be126ff43db7c28f892c0a392f80 Mon Sep 17 00:00:00 2001
From: Nathaniel <swallowtailjig@gmail.com>
Date: Tue, 22 Oct 2019 15:59:31 -0400
Subject: [PATCH] fixed package.json url

---
 .open        | 0
 package.json | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 .open

diff --git a/.open b/.open
new file mode 100644
index 0000000..e69de29
diff --git a/package.json b/package.json
index c7488e0..7252cb1 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
     "license": "MIT",
     "repository": {
         "type": "git",
-        "url": "https://github.com/nyaakov/CI101Lab5.git"
+        "url": "git@gitlab.cci.drexel.edu:trp74/CI101Week56Lab.git"
     },
     "dependencies": {
         "bootstrap": "^4.3.1",
-- 
GitLab