diff --git a/README.md b/README.md index 33f52ed..d543a0e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GitHub Changelog Generator +[![Greenkeeper badge](https://badges.greenkeeper.io/tschaub/github-changelog.svg)](https://greenkeeper.io/) + Create a simple changelog based on closed GitHub issues. ## Installation diff --git a/package.json b/package.json index 1cff0d6..e40cf25 100644 --- a/package.json +++ b/package.json @@ -11,20 +11,20 @@ "url": "https://github.com/iadvize/github-changelog/issues" }, "dependencies": { - "baconjs": "0.7.73", - "commander": "2.2.0", - "ejs": "2.3.4", - "github": "0.2.4", + "baconjs": "0.7.89", + "commander": "2.9.0", + "ejs": "2.5.5", + "github": "8.1.1", "jira": "^0.9.2", - "lodash": "^3.10.1", + "lodash": "^4.17.4", "not": "0.1.0", - "when": "3.7.5" + "when": "3.7.7" }, "bin": { "gh-changelog": "./index.js" }, "devDependencies": { - "jshint": "~2.5.0" + "jshint": "~2.9.4" }, "scripts": { "test": "jshint . --exclude node_modules"