Update fixdocs to avoid unix file separator.
This commit is contained in:
parent
8db841162b
commit
4dba1a4bf8
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
"contributors:generate": "all-contributors generate",
|
||||
"famadd": "all-contributors add",
|
||||
"famgen": "all-contributors generate",
|
||||
"checkdocs": "remark ./markdown --quiet --frail",
|
||||
"fixdocs": "remark ./markdown --quiet --frail --output"
|
||||
"checkdocs": "remark markdown --quiet --frail",
|
||||
"fixdocs": "remark markdown --quiet --frail --output"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue