1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 04:38:48 -03:00
git-flight-rules/package.json
2018-11-28 09:07:46 -05:00

15 lines
401 B
JSON

{
"private": true,
"name": "git-flight-rules",
"version": "1.0.0",
"description": "Flight rules for git",
"scripts": {
"toc": "doctoc --github README.md README_*.md",
"diff": "test -z \"`git diff -- README.md`\" && test -z \"`git diff -- README_*.md`\""
},
"devDependencies": {
"doctoc": "^1.3.0",
"anchor-markdown-header": "thlorenz/anchor-markdown-header#master"
}
}