Skip to content

Commit

Permalink
chore(housecleaning): remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent b1762bd commit adb7f5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 446 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
"bumpp": "^7.1.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cspell": "^5.19.7",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.14.0",
"eslint-plugin-cypress": "^2.12.1",
"inquirer": "^8.0.0",
Expand All @@ -94,8 +92,7 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{vue}": "prettier --write ./src",
"*.{md,ts,vue}": "cspell --no-must-find-files"
"*.{vue}": "prettier --write ./src"
},
"engines": {
"node": ">=v16.15.0",
Expand Down
Loading

0 comments on commit adb7f5b

Please sign in to comment.