From 8f09c4f4d3167d28ef434dc6367df55bc8bae013 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 25 Sep 2017 18:12:14 -0600 Subject: [PATCH] add bluebird as dev dep --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a8e44a..4000ccf 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,8 @@ "url": "git@git.daplie.com:Daplie/dns-suite.git" }, "author": "", - "license": "(MIT or Apache2)" + "license": "(MIT or Apache2)", + "developmentDependencies": { + "bluebird": "^3.5.0" + } }