@mdsmith/cli 0.18.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdsmith/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Fast, auto-fixing Markdown linter and formatter for docs, READMEs, and AI-generated content.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/jeduden/mdsmith",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"node": ">=18"
|
|
26
26
|
},
|
|
27
27
|
"optionalDependencies": {
|
|
28
|
-
"@mdsmith/linux-x64": "0.
|
|
29
|
-
"@mdsmith/linux-arm64": "0.
|
|
30
|
-
"@mdsmith/darwin-x64": "0.
|
|
31
|
-
"@mdsmith/darwin-arm64": "0.
|
|
32
|
-
"@mdsmith/win32-x64": "0.
|
|
28
|
+
"@mdsmith/linux-x64": "0.20.0",
|
|
29
|
+
"@mdsmith/linux-arm64": "0.20.0",
|
|
30
|
+
"@mdsmith/darwin-x64": "0.20.0",
|
|
31
|
+
"@mdsmith/darwin-arm64": "0.20.0",
|
|
32
|
+
"@mdsmith/win32-x64": "0.20.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"test": "bun test"
|