dotmd-cli 0.7.0 → 0.7.6

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 +1 -1
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # dotmd
2
2
 
3
- Zero-dependency CLI for managing markdown documents with YAML frontmatter.
3
+ CLI for managing markdown documents with YAML frontmatter.
4
4
 
5
5
  Index, query, validate, and lifecycle-manage any collection of `.md` files — plans, ADRs, RFCs, design docs, meeting notes. Built for AI-assisted development workflows where structured docs need to stay current.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dotmd-cli",
3
- "version": "0.7.0",
4
- "description": "Zero-dependency CLI for managing markdown documents with YAML frontmatter — index, query, validate, lifecycle.",
3
+ "version": "0.7.6",
4
+ "description": "CLI for managing markdown documents with YAML frontmatter — index, query, validate, lifecycle.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -28,8 +28,7 @@
28
28
  ],
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git+https://github.com/beyond-dev/platform.git",
32
- "directory": "packages/dotmd"
31
+ "url": "git+https://github.com/reowens/dotmd.git"
33
32
  },
34
33
  "scripts": {
35
34
  "test": "node --test test/*.test.mjs"