@wipcomputer/markdown-viewer 1.0.6 → 1.0.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/markdown-viewer",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Live markdown viewer for AI pair-editing. When you collaborate, the updates render instantly. Works with any AI agent and web browser.",
5
5
  "type": "module",
6
6
  "main": "server.js",
@@ -27,6 +27,9 @@ metadata:
27
27
 
28
28
  Live markdown viewer for AI pair-editing. When you collaborate, the updates render instantly. Works with any AI agent and web browser.
29
29
 
30
+ GitHub: [wipcomputer/wip-markdown-viewer](https://github.com/wipcomputer/wip-markdown-viewer)
31
+ npm: [@wipcomputer/markdown-viewer](https://www.npmjs.com/package/@wipcomputer/markdown-viewer)
32
+
30
33
  ## Install
31
34
 
32
35
  ```bash
@@ -35,8 +38,6 @@ npm install -g @wipcomputer/markdown-viewer
35
38
 
36
39
  This installs the `mdview` command globally. Zero runtime dependencies. Pure Node.js.
37
40
 
38
- Source: [github.com/wipcomputer/wip-markdown-viewer](https://github.com/wipcomputer/wip-markdown-viewer)
39
-
40
41
  ## Quick start
41
42
 
42
43
  Start the server (binds to 127.0.0.1 only, never exposed to the network):