Skip to content

Commit

Permalink
fix: move husky to rpod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-honchar committed Jul 29, 2024
1 parent 15b2112 commit b1984ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenvx": "dotenvx run --env-file .env",
"lint:check": "ESLINT_USE_FLAT_CONFIG=true eslint --config ./eslint.config.js --cache . --max-warnings 0",
"lint:fix": "pnpm lint --fix",
"prepare": "husky",
"prepare": "husky init",
"prettier:check": "prettier --check \"{src,test}/**/*.{ts,js,json,md}\"",
"prettier:write": "prettier --write \"{src,test}/**/*.{ts,js,json,md}\"",
"sort-package-json": "npx sort-package-json",
Expand All @@ -42,6 +42,7 @@
"config": "^3.3.12",
"eslint-plugin-prettier": "^5.2.1",
"fastify": "^4.28.1",
"husky": "^9.1.4",
"moment": "2.30.1",
"pino": "^9.3.1",
"tslib": "^2.6.3"
Expand All @@ -59,7 +60,6 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-markdown": "^5.1.0",
"globals": "^15.8.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
"nodemon": "3.1.4",
"pino-pretty": "^11.2.1",
Expand Down

0 comments on commit b1984ca

Please sign in to comment.