@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.
|
|
4
|
-
"description": "
|
|
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:
|
|
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
|
{
|