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",
|
"contributors:generate": "all-contributors generate",
|
||||||
"famadd": "all-contributors add",
|
"famadd": "all-contributors add",
|
||||||
"famgen": "all-contributors generate",
|
"famgen": "all-contributors generate",
|
||||||
"checkdocs": "remark ./markdown --quiet --frail",
|
"checkdocs": "remark markdown --quiet --frail",
|
||||||
"fixdocs": "remark ./markdown --quiet --frail --output"
|
"fixdocs": "remark markdown --quiet --frail --output"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue