Skip to content

Commit

Permalink
feature: supertape: husky v9.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 4, 2024
1 parent ea65ff3 commit adfb128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .madrun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export default {
'fix:lint:slow': () => 'lerna run --no-bail fix:lint',
'bootstrap': () => 'npm i',
'report': () => `c8 report --reporter=lcov`,
'prepare': () => 'husky install',
'prepare': () => 'husky',
};
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"check-dts": "^0.7.0",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"husky": "^6.0.0",
"husky": "^9.0.11",
"lerna": "^6.0.1",
"madrun": "^10.0.0",
"putout": "^35.0.0",
Expand All @@ -47,6 +47,8 @@
"engines": {
"node": ">=18"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"dependencies": {}
}

0 comments on commit adfb128

Please sign in to comment.