From 5c8117539c4f30fbf80ff54a6a1742c3bdbbd84b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 12 Apr 2017 15:55:26 -0400 Subject: [PATCH] add back exposify package for gulp build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d379585564..66d0517a5e 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "angular-credit-cards": "3.1.6", "browserify": "14.1.0", "vinyl-source-stream": "1.1.0", - "gulp-derequire": "2.1.0" + "gulp-derequire": "2.1.0", + "exposify": "0.5.0" } }