stego-cli 0.2.0 → 0.2.1
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 +5 -4
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ stego new --project fiction-example
|
|
|
27
27
|
- `stego-docs` (the full documentation project)
|
|
28
28
|
- `fiction-example` (a fiction-oriented demo with rich Spine usage)
|
|
29
29
|
|
|
30
|
-
For day-to-day editing, open a project folder in VS Code (for example `projects/stego-docs`) and use the [Stego VS Code extension](https://github.com/matt-gold/stego-extension), which is the official UI for Stego projects.
|
|
30
|
+
For day-to-day editing, open a project folder in VS Code (for example `projects/stego-docs`) and use the [Stego VS Code extension](https://github.com/matt-gold/stego/tree/main/packages/stego-extension), which is the official UI for Stego projects.
|
|
31
31
|
|
|
32
32
|
## Full documentation
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stego-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Installable CLI for the Stego writing monorepo workflow.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/matt-gold/stego
|
|
9
|
+
"url": "https://github.com/matt-gold/stego.git",
|
|
10
|
+
"directory": "packages/stego-cli"
|
|
10
11
|
},
|
|
11
12
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/matt-gold/stego
|
|
13
|
+
"url": "https://github.com/matt-gold/stego/issues"
|
|
13
14
|
},
|
|
14
|
-
"homepage": "https://github.com/matt-gold/stego-cli#readme",
|
|
15
|
+
"homepage": "https://github.com/matt-gold/stego/tree/main/packages/stego-cli#readme",
|
|
15
16
|
"bin": {
|
|
16
17
|
"stego": "dist/stego-cli.js"
|
|
17
18
|
},
|