diff --git a/README.md b/README.md index e489284..eea7ee9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ governing permissions and limitations under the License. --> # aio-lib-core-errors +[![Greenkeeper badge](https://badges.greenkeeper.io/adobe/aio-lib-core-errors.svg)](https://greenkeeper.io/) + This contains the base class for all Adobe I/O Core Errors. Use this as an Error class subclass for all your SDK Errors. This module was inspired by how Node.js creates its own Error classes. diff --git a/package.json b/package.json index 9f1bf0f..4c39a0d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-config-standard": "^14.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.15.2", - "eslint-plugin-node": "^9.1.0", + "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "jest": "^24.9.0"