File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- unsafe-perm = true
1+
22save-prefix = ~
33save = false
Original file line number Diff line number Diff line change 8181 "should" : " latest" ,
8282 "simple-git-hooks" : " latest" ,
8383 "standard" : " latest" ,
84- "standard-markdown" : " latest" ,
8584 "standard-version" : " latest"
8685 },
8786 "engines" : {
9493 "scripts" : {
9594 "clean" : " rm -rf node_modules" ,
9695 "contributors" : " (npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true" ,
97- "lint" : " standard-markdown README.md && standard " ,
96+ "lint" : " standard" ,
9897 "postrelease" : " npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)" ,
9998 "pretest" : " npm run lint" ,
10099 "release" : " standard-version -a" ,
118117 " prettier-standard" ,
119118 " standard --fix"
120119 ],
121- "*.md" : [
122- " standard-markdown"
123- ],
124120 "package.json" : [
125121 " finepack"
126122 ]
You can’t perform that action at this time.
0 commit comments