diff options
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2bd614ca7..20888161e 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "scripts": { "lint-md": "remark .", "lint-md-path": "remark", - "fix-md": "remark collectors --output" + "fix-md": "remark . --output" } } |