@syncedco/flow 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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -44,6 +44,7 @@ brand drift, or generated class chaos.
44
44
  ## Links
45
45
 
46
46
  - GitHub: [github.com/SyncedCo/synced-flow](https://github.com/SyncedCo/synced-flow)
47
+ - Docs: [docs.syncedflow.dev](https://docs.syncedflow.dev)
47
48
  - Website: [syncedco.com](https://syncedco.com)
48
49
  - Issues: [github.com/SyncedCo/synced-flow/issues](https://github.com/SyncedCo/synced-flow/issues)
49
50
  - Support: [SUPPORT.md](SUPPORT.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncedco/flow",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AI-native fluid CSS design system for brand-consistent websites and agency builds.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/SyncedCo/synced-flow.git"
23
23
  },
24
- "homepage": "https://syncedco.com",
24
+ "homepage": "https://docs.syncedflow.dev",
25
25
  "bugs": {
26
26
  "url": "https://github.com/SyncedCo/synced-flow/issues"
27
27
  },