File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 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 },
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" ,
108107 " prettier-standard" ,
109108 " standard --fix"
110109 ],
111- "*.md" : [
112- " standard-markdown"
113- ],
114110 "package.json" : [
115111 " finepack"
116112 ]
You can’t perform that action at this time.
0 commit comments