Skip to content

Commit

Permalink
chore(package): Update dependencies to enable Greenkeeper 馃尨 (#4)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge
  • Loading branch information
greenkeeper[bot] authored and elliotttf committed Aug 11, 2017
1 parent e0d4129 commit 98cd84c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"author": "Elliott Foster <elliottf@codebrews.com> (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",
Expand Down

0 comments on commit 98cd84c

Please sign in to comment.