Skip to content

Commit

Permalink
remove duplicate dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Büttner committed Feb 18, 2024
1 parent 039639e commit 7215748
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@
},
"private": true,
"devDependencies": {
"spellchecker-cli": "^6.2.0",
"markdownlint-cli": "^0.39.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.55.0",
"eslint-plugin-json": "^3.1.0",
"markdownlint-cli": "^0.39.0",
"spellchecker-cli": "^6.1.1"
"spellchecker-cli": "^6.2.0"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 7215748

Please sign in to comment.