Skip to content

Commit

Permalink
fix: temporarily remove husky as failed to install by npm 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Jul 21, 2024
1 parent b81cbd8 commit a2402ed
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 99 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,15 @@
"remark": "remark --frail --ignore-path=node_modules/@foray1010/remark-preset/remarkignore --ignore-path-resolve-from=cwd --silently-ignore",
"test": "jest",
"type:check": "tsc",
"type:coverage": "type-coverage --strict --at-least 99 --detail --ignore-catch",
"prepare": "husky"
"type:coverage": "type-coverage --strict --at-least 99 --detail --ignore-catch"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"fastest-levenshtein": "^1.0.16",
"lodash.deburr": "^4.1.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.9",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@foray1010/babel-preset": "10.0.0",
Expand All @@ -89,13 +88,12 @@
"@types/jest": "29.5.12",
"@types/lodash.deburr": "4.1.9",
"eslint": "8.57.0",
"husky": "^9.0.11",
"ignore-sync": "7.0.1",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"node-notifier": "10.0.1",
"npm-run-all2": "6.2.2",
"prettier": "3.3.2",
"prettier": "3.3.3",
"remark-cli": "12.0.1",
"rollup": "4.18.0",
"rollup-plugin-dts": "6.1.1",
Expand Down
Loading

0 comments on commit a2402ed

Please sign in to comment.