docupuncture 0.1.0 → 0.1.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 +2 -2
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ git clone https://github.com/Catalyst-Forge-LLC/docupuncture.git
|
|
|
29
29
|
# then copy skills/docupuncture-docs/ (or -sheets / -slides)
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
Site: [docupuncture.
|
|
32
|
+
Site: [docupuncture.dev](https://docupuncture.dev)
|
|
33
33
|
|
|
34
34
|
## How a run works
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docupuncture",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Insert precise edits without changing the theme, format, comments, or history.",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"google-slides",
|
|
18
18
|
"apps-script"
|
|
19
19
|
],
|
|
20
|
-
"homepage": "https://docupuncture.
|
|
20
|
+
"homepage": "https://docupuncture.dev",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
23
|
"url": "git+https://github.com/Catalyst-Forge-LLC/docupuncture.git"
|