aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorSamarth-Agarwal1 <agarwalsamarth@hotmail.com>2019-03-27 03:56:36 +0000
committerGitHub <noreply@github.com>2019-03-27 03:56:36 +0000
commit2396a1648de43018749f5a908d6db5a2f0fea7b1 (patch)
tree62d96a33195090f33629747fa856d89ec9282889 /web/package.json
parent7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (diff)
parent8c81bbac1024e6f8c0b378e80da6bb774c56f92a (diff)
Merge pull request #51 from csc301-winter-2019/feat/30
Feat/30
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/package.json b/web/package.json
index a669ecb..9278b90 100644
--- a/web/package.json
+++ b/web/package.json
@@ -10,9 +10,9 @@
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
- "morgan": "~1.9.0",
- "pug": "2.0.0-beta11",
"mongodb": "*",
- "mongoose": "*"
+ "mongoose": "*",
+ "morgan": "~1.9.0",
+ "pug": "^2.0.3"
}
}