@wipcomputer/markdown-viewer 1.0.2 → 1.0.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@wipcomputer/markdown-viewer",
3
- "version": "1.0.2",
4
- "description": "Simple markdown viewer with live reload. Works in all browsers including Safari.",
3
+ "version": "1.0.3",
4
+ "description": "See your documents update in real time as you and your AI edit them together. Works in all browsers including Safari.",
5
5
  "type": "module",
6
6
  "main": "server.js",
7
7
  "bin": {
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: markdown-viewer
3
- description: Live markdown viewer with SSE reload. Works in all browsers including Safari. Zero dependencies.
3
+ description: See your documents update in real time as you and your AI edit them together. Works in all browsers including Safari.
4
4
  homepage: https://github.com/wipcomputer/wip-markdown-viewer
5
5
  metadata:
6
6
  {