File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 "nano-staged" : " latest" ,
5555 "simple-git-hooks" : " latest" ,
5656 "standard" : " latest" ,
57- "standard-markdown" : " latest" ,
5857 "standard-version" : " latest"
5958 },
6059 "files" : [
6564 "contributors" : " (npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true" ,
6665 "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
6766 "dev" : " nodemon --exec \" npm start\" -e \" js\" " ,
68- "lint" : " standard-markdown README.md && standard " ,
67+ "lint" : " standard" ,
6968 "postrelease" : " npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)" ,
7069 "prelint" : " npm run pretty" ,
7170 "pretest" : " npm run lint" ,
9291 " prettier-standard" ,
9392 " standard --fix"
9493 ],
95- "*.md" : [
96- " standard-markdown"
97- ],
9894 "package.json" : [
9995 " finepack"
10096 ]
You can’t perform that action at this time.
0 commit comments