@mgks/docmd 0.3.1 → 0.3.2

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.
@@ -25,11 +25,11 @@ body:
25
25
  - type: dropdown
26
26
  id: os
27
27
  attributes:
28
- label: OS
28
+ label: OS/Browser
29
29
  options:
30
- - macOS
31
- - Windows
32
- - Linux
30
+ - macOS / Safari
31
+ - Windows / Edge
32
+ - Linux / Chrome
33
33
  validations:
34
34
  required: true
35
35
  - type: textarea
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mgks/docmd",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Generate beautiful, lightweight static documentation sites directly from your Markdown files. Zero clutter, just content.",
5
5
  "main": "src/index.js",
6
6
  "exports": {