Add missing dependency

master
Sven Slootweg 5 years ago
parent 44050a80df
commit aaf69e0e3f

@ -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.

@ -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"
}
}

Loading…
Cancel
Save