Skip to content

Commit

Permalink
feat(lint-staged): Husky upgrade v6 to v7 (#206)
Browse files Browse the repository at this point in the history
Major upgrade of Husky from v6 to v7

BREAKING CHANGE:

Node 10 support was dropped from Husky v7

Fixes #205
Fixes #192
  • Loading branch information
gavvvr authored Mar 22, 2022
1 parent b016b59 commit 87779e8
Show file tree
Hide file tree
Showing 3 changed files with 883 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mrm-task-lint-staged/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const husky = require('husky');

const packages = {
'lint-staged': '>=10',
husky: '>=6',
husky: '>=7',
};

/**
Expand Down
Loading

0 comments on commit 87779e8

Please sign in to comment.