Skip to content

Commit 45fa173

Browse files
committed
chore: remove standard-markdown
1 parent 5f975d4 commit 45fa173

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"nano-staged": "latest",
7575
"simple-git-hooks": "latest",
7676
"standard": "latest",
77-
"standard-markdown": "latest",
7877
"standard-version": "latest",
7978
"ua-parser-js": "latest"
8079
},
@@ -84,7 +83,7 @@
8483
"scripts": {
8584
"clean": "rm -rf node_modules",
8685
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
87-
"lint": "standard-markdown README.md && standard",
86+
"lint": "standard",
8887
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
8988
"pretest": "npm run lint",
9089
"release": "standard-version -a",
@@ -108,9 +107,6 @@
108107
"prettier-standard",
109108
"standard --fix"
110109
],
111-
"*.md": [
112-
"standard-markdown"
113-
],
114110
"package.json": [
115111
"finepack"
116112
]

0 commit comments

Comments
 (0)