From ee849514e7a7d7c5d7a19fb3bd21f98b4f73e728 Mon Sep 17 00:00:00 2001 From: Brenno Oliveira Date: Thu, 17 Aug 2017 12:00:24 +0200 Subject: [PATCH] Upgrade express version to 4.15.X Just to make sure this example if free of bugs, such as this one for ms@0.7.1 -> https://github.com/zeit/ms/pull/89 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3065c8f..0ba8a12 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "node": "4.5.x" }, "dependencies": { - "express": "4.14.x" + "express": "4.15.x" } }