diff --git a/package-lock.json b/package-lock.json index a32a939b..2cd2fd46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,7 @@ "name": "content-repo", "version": "1.0.0", "devDependencies": { - "husky": "^9.1.7", - "markdownlint-cli": "^0.29.0", - "prettier": "^3.4.1" + "markdownlint-cli": "^0.29.0" } }, "node_modules/argparse": { diff --git a/package.json b/package.json index e443d232..e3bc5f1d 100644 --- a/package.json +++ b/package.json @@ -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" } }