relaymd 0.0.1 → 0.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/index.js +6 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
console.log("Relay CLI v0.0.3 — prototype build, under construction.");
|
|
3
|
+
console.log("");
|
|
4
|
+
console.log("Canonical package: @system3/relay (this name is an alias).");
|
|
5
|
+
console.log("Track progress: https://relay.md/agents");
|
|
6
|
+
console.log("Install instructions: https://get.relay.md");
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relaymd",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "Relay — collaborative editing for Obsidian. Alias for @system3/relay.",
|
|
5
5
|
"homepage": "https://relay.md",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"
|
|
7
|
+
"bin": "./index.js"
|
|
8
8
|
}
|