aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-03-21 17:23:30 +0000
committerSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-03-21 17:23:30 +0000
commit091364a736c41812347f527930228d51a15a8df7 (patch)
tree7b8abdaf9424894a07ef208489c9624405340d60 /web/package.json
parent672e6f2a3bb27b6e3f3d4cff3425cfc653e07be6 (diff)
Saving changes before merge.
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"
}
}