Skip to content

Commit

Permalink
chore(greenkeeper): adapt code to updated dependencie
Browse files Browse the repository at this point in the history
prevent the update of commitizen until we understand the differences between the old and new
versions
  • Loading branch information
thatkookooguy committed Dec 11, 2018
1 parent 107685a commit 8f8d5f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@semantic-release/github": "^5.2.5",
"@semantic-release/npm": "^5.1.1",
"@semantic-release/release-notes-generator": "^7.1.4",
"commitizen": "3.0.5",
"commitizen": "3.0.0",
"coveralls": "^3.0.2",
"eslint": "^5.10.0",
"eslint-plugin-lodash": "^5.1.0",
Expand All @@ -78,6 +78,11 @@
"smee-client": "^1.0.2",
"travis-deploy-once": "^5.0.9"
},
"greenkeeper": {
"ignore": [
"commitizen"
]
},
"engines": {
"node": ">= 8.3.0"
},
Expand Down

0 comments on commit 8f8d5f5

Please sign in to comment.