diff --git a/README.md b/README.md index 973085e..dacbf99 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # duplicati-generate-config +[![Greenkeeper badge](https://badges.greenkeeper.io/hugojosefson/duplicati-generate-config.svg)](https://greenkeeper.io/) + _Generate [duplicati](https://www.duplicati.com/) backup configs from a flat file._ [![Build Status](https://travis-ci.org/hugojosefson/duplicati-generate-config.svg?branch=master)](https://travis-ci.org/hugojosefson/duplicati-generate-config) diff --git a/package.json b/package.json index f3b25a3..02fcf12 100644 --- a/package.json +++ b/package.json @@ -68,11 +68,11 @@ "coveralls": "^3.0.0", "documentation": "^5.3.2", "husky": "^0.14.3", - "lint-staged": "^4.2.3", + "lint-staged": "^6.0.0", "mocha": "^4.0.1", "npm-run-all": "^4.1.1", "nyc": "^11.2.1", - "ramda": "^0.24.1", + "ramda": "^0.25.0", "standard": "^10.0.3" }, "dependencies": { @@ -82,6 +82,6 @@ "babel-register": "^6.26.0", "engine-check": "^1.0.0", "term-size": "^1.2.0", - "yargs": "^9.0.1" + "yargs": "^10.0.3" } }