Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 43d1648

Browse files
ryellemikejolley
authored andcommitted
Roll back husky update to 2.4.1 (#646)
2.5 requires node 12.1+, but we're on 10.x
1 parent 5b308b7 commit 43d1648

File tree

3 files changed

+59
-25
lines changed

3 files changed

+59
-25
lines changed

package-lock.json

Lines changed: 55 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-react": "7.14.1",
6060
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
6161
"har-validator": "5.1.3",
62-
"husky": "2.5.0",
62+
"husky": "2.4.1",
6363
"interpolate-components": "1.1.1",
6464
"js-md5": "0.7.3",
6565
"lint-staged": "8.2.1",

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"ignoreDeps": [
6+
"husky"
47
]
58
}

0 commit comments

Comments
 (0)