From 24a80d49b16fe4cc5a3b68d3dbee61e4bf7edfbe Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Tue, 10 Dec 2013 15:36:46 -0800 Subject: [PATCH] Preemptively add bcrypt to the dev bundle. We think we may want it soon. --- scripts/generate-dev-bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index c3bb2522a1..ec2c7af7ac 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -109,6 +109,7 @@ npm install shell-quote@0.0.1 # now at 1.3.3, which adds plenty of options to npm install eachline@2.3.3 npm install source-map@0.1.30 npm install source-map-support@0.2.3 +npm install bcrypt@0.7.7 # Using the unreleased "caronte" branch rewrite of http-proxy (which will become # 1.0.0), plus this PR: