hongdown 0.2.0-dev.55 → 0.2.0-dev.56

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -44,6 +44,12 @@ mise use -g github:dahlia/hongdown
44
44
  cargo install hongdown
45
45
  ~~~~
46
46
 
47
+ ### Nix
48
+
49
+ ~~~~ bash
50
+ nix run github:dahlia/hongdown
51
+ ~~~~
52
+
47
53
  ### Pre-built binaries
48
54
 
49
55
  Pre-built binaries for Linux, macOS, and Windows are available on the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hongdown",
3
- "version": "0.2.0-dev.55+d849b461",
3
+ "version": "0.2.0-dev.56+51c5c498",
4
4
  "type": "module",
5
5
  "description": "A Markdown formatter that enforces Hong Minhee's Markdown style conventions",
6
6
  "license": "GPL-3.0-or-later",
@@ -27,11 +27,11 @@
27
27
  "node": "\u003e=18"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@hongdown/darwin-arm64": "0.2.0-dev.55+d849b461",
31
- "@hongdown/darwin-x64": "0.2.0-dev.55+d849b461",
32
- "@hongdown/linux-arm64": "0.2.0-dev.55+d849b461",
33
- "@hongdown/linux-x64": "0.2.0-dev.55+d849b461",
34
- "@hongdown/win32-arm64": "0.2.0-dev.55+d849b461",
35
- "@hongdown/win32-x64": "0.2.0-dev.55+d849b461"
30
+ "@hongdown/darwin-arm64": "0.2.0-dev.56+51c5c498",
31
+ "@hongdown/darwin-x64": "0.2.0-dev.56+51c5c498",
32
+ "@hongdown/linux-arm64": "0.2.0-dev.56+51c5c498",
33
+ "@hongdown/linux-x64": "0.2.0-dev.56+51c5c498",
34
+ "@hongdown/win32-arm64": "0.2.0-dev.56+51c5c498",
35
+ "@hongdown/win32-x64": "0.2.0-dev.56+51c5c498"
36
36
  }
37
37
  }