1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-06-17 05:21:35 -03:00

Use npm scripts for travis commands

This commit is contained in:
Richard Littauer
2018-11-28 09:07:46 -05:00
parent db69499594
commit 4b5cad207a
2 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,10 @@
"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"