From 59bb78ace8e05af633979b072fcf1eb38335a996 Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Thu, 16 Jun 2016 08:41:31 +0200 Subject: [PATCH] add bcrypt to package.json attempt to fix travis build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a987a018..070be133 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "dependencies": { "async": "^1.4.2", "aws-sdk": "^2.3.9", + "bcrypt": "^0.8.7", "body-parser": "~1.14.1", "bower": "~1.6.5", "chalk": "^1.1.3",