@hoardodile/workbench 0.1.1 → 0.1.2
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/dist/assets/index-C0JLta8P.js +77 -0
- package/dist/index.html +1 -1
- package/package.json +6 -6
- package/dist/assets/index-DUdQ8cf0.js +0 -77
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Offline dev workbench for hoardodile content plugins: mounts one plugin
|
|
4
4
|
iframe against the offline mock host (`@hoardodile/host-web`), fed with
|
|
5
5
|
real data by the dev server — no hoardodile server needed. The workbench
|
|
6
|
-
page itself is a small React app built on `@hoardodile/ui` (the same
|
|
6
|
+
page itself is a small React app built on [`@hoardodile/ui`](https://www.npmjs.com/package/@hoardodile/ui) (the same
|
|
7
7
|
design system and theme tokens the app and plugins use).
|
|
8
8
|
|
|
9
9
|
You normally never touch this package directly. `hoardodile plugin dev`
|