From 7b37adffffd928a5407a41c58dc190d1e21eaf69 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 29 Sep 2017 17:59:05 -0600 Subject: [PATCH] TEMP add bluebird as dep for CLI --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f51fef..19dd16b 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,11 @@ "url": "git@git.daplie.com:Daplie/dns-suite.git" }, "author": "", - "license": "(MIT or Apache2)" + "license": "(MIT or Apache2)", + "devDependencies": { + "bluebird": "^3.5.0" + }, + "dependencies": { + "bluebird": "^3.5.0" + } }