@wipcomputer/markdown-viewer 1.0.2 → 1.0.4
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/README.md +1 -1
- package/package.json +2 -2
- package/skills/markdown-viewer/SKILL.md +1 -1
package/README.md
CHANGED
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.4",
|
|
4
|
+
"description": "See your .md docs 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 .md docs 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
|
{
|