diff --git a/README.md b/README.md index e03ee6a..b376327 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Semantic Release Conventional Commits +[![Greenkeeper badge](https://badges.greenkeeper.io/elliotttf/semantic-release-conventional-commits.svg)](https://greenkeeper.io/) + [![Build Status](https://travis-ci.org/elliotttf/semantic-release-conventional-commits.svg?branch=master)](https://travis-ci.org/elliotttf/semantic-release-conventional-commits) [![Coverage Status](https://coveralls.io/repos/github/elliotttf/semantic-release-conventional-commits/badge.svg?branch=master)](https://coveralls.io/github/elliotttf/semantic-release-conventional-commits?branch=master) diff --git a/package.json b/package.json index f9dc7f8..fa105a9 100644 --- a/package.json +++ b/package.json @@ -22,17 +22,17 @@ "author": "Elliott Foster (http://codebrew.com/)", "license": "ISC", "dependencies": { - "conventional-commits-parser": "^1.3.0" + "conventional-commits-parser": "^2.0.0" }, "engines": { "node": ">=6" }, "devDependencies": { "coveralls": "^2.11.16", - "eslint": "^3.15.0", + "eslint": "^4.4.1", "eslint-config-airbnb-base": "^11.1.0", "eslint-plugin-import": "^2.2.0", - "husky": "^0.13.1", + "husky": "^0.14.3", "istanbul": "^0.4.5", "nodeunit": "^0.11.0", "validate-commit-msg": "^2.11.1",