From bf830835193323ab932c942040f7b4eaa3d97844 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 20 Jun 2016 13:28:38 -0700 Subject: [PATCH] added install target for node-email-verification --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab78bbac..0e9ce637 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "consolidate": "~0.13.1", "cookie-parser": "~1.4.0", "dotenv": "^2.0.0", - "email-verification": "email-verification", + "email-verification": "~0.4.1", "envfile": "^2.0.1", "express": "~4.13.3", "express-device": "~0.4.2",