1
0
Fork 0

Update fixdocs to avoid unix file separator.

This commit is contained in:
Nick Dower 2022-02-20 15:09:32 +01:00
parent 8db841162b
commit 4dba1a4bf8

View file

@ -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",