flowsquire 1.0.0 → 1.0.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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -218,7 +218,7 @@ Rules are stored in `.flowsquire/rules.json`:
218
218
 
219
219
  ```bash
220
220
  # Clone repo
221
- git clone <repo-url>
221
+ git clone git@github.com:miit-daga/flowsquire.git
222
222
  cd flowsquire
223
223
 
224
224
  # Install dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowsquire",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Local-first automation platform for organizing files on your computer. No cloud, no AI, no subscriptions — just simple WHEN → DO workflows.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -53,4 +53,4 @@
53
53
  "tsx": "^4.7.0",
54
54
  "vitest": "^1.2.0"
55
55
  }
56
- }
56
+ }