Skip to content

Commit

Permalink
removed some deprecated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jaafar <[email protected]>
  • Loading branch information
mojafa committed Dec 3, 2024
1 parent 3b409bd commit 2707b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"name": "content-repo",
"version": "1.0.0",
"scripts": {
"lint:md": "markdownlint '**/*.md' --ignore 'node_modules'",
"prepare": "husky install"

"lint:md": "markdownlint '**/*.md' --ignore 'node_modules'"
},
"devDependencies": {
"husky": "^9.1.7",
"markdownlint-cli": "^0.29.0",
"prettier": "^3.4.1"
"markdownlint-cli": "^0.29.0"
}
}

0 comments on commit 2707b18

Please sign in to comment.