From 4dba1a4bf8f934577e785b9f25486da6099c930e Mon Sep 17 00:00:00 2001 From: Nick Dower Date: Sun, 20 Feb 2022 15:09:32 +0100 Subject: [PATCH] Update fixdocs to avoid unix file separator. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57b31cb5836..8d43cb848e6 100644 --- a/package.json +++ b/package.json @@ -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",