From aaf69e0e3f68395b81ad56544c22aaa54a4881cc Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 31 Aug 2019 01:22:24 +0200 Subject: [PATCH] Add missing dependency --- README.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae1597..973aa89 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ This error type correctly inherits from `Error`, and can be used with `instanceo ## Changelog +### 1.0.3 (August 31, 2019) + +- Added missing Bluebird dependency to `package.json` (as a non-development dependency). + ### 1.0.2 (August 31, 2019) - DNS errors now also result in a `LookupFailed` error, like they should. diff --git a/package.json b/package.json index 0da0766..3b9e24e 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ "axios-get-json-response": "^1.0.1", "create-error": "^0.3.1", "dotty": "^0.1.0", - "validatem": "^0.2.0" + "validatem": "^0.2.0", + "bluebird": "^3.5.5" }, "devDependencies": { "@joepie91/eslint-config": "^1.1.0", - "bluebird": "^3.5.5", "eslint": "^6.2.2" } }