Skip to content

Commit

Permalink
Fix versions so that they don't accidentally update and break things …
Browse files Browse the repository at this point in the history
…as seen with adr-log 2.1.2.
  • Loading branch information
Chris Gilmer committed Nov 19, 2019
1 parent 2224080 commit 21d4054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {},
"devDependencies": {
"adr-log": "^2.1.1",
"markdown-spellcheck": "^1.3.1",
"markdown-toc": "^1.2.0"
"adr-log": "2.1.1",
"markdown-spellcheck": "1.3.1",
"markdown-toc": "1.2.0"
},
"name": "pre-commit-hooks",
"private": true,
Expand Down

0 comments on commit 21d4054

Please sign in to comment.