From eb9d71b3afe614b79f6d2a29c64052f13fc22d8b Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 22 Aug 2016 14:09:54 -0400 Subject: [PATCH] adding express dependency --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cc0d1c8..f300945 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,8 @@ "bugs": { "url": "https://github.com/mahuntington/runs/issues" }, - "homepage": "https://github.com/mahuntington/runs#readme" + "homepage": "https://github.com/mahuntington/runs#readme", + "dependencies": { + "express": "^4.14.0" + } }