@jl1990/pi-scheduler 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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jl1990/pi-scheduler",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Give Pi coding agents a clock: schedule reminders, shell commands, and self-waking prompts for CI polling and autonomous follow-ups.",
5
5
  "author": "jl1990",
6
6
  "license": "MIT",
@@ -30,6 +30,10 @@
30
30
  "README.md",
31
31
  "LICENSE.md"
32
32
  ],
33
+ "scripts": {
34
+ "test": "node --test test/*.test.cjs",
35
+ "pack:dry-run": "npm pack --dry-run"
36
+ },
33
37
  "publishConfig": {
34
38
  "access": "public"
35
39
  },
@@ -57,9 +61,5 @@
57
61
  "typebox": {
58
62
  "optional": true
59
63
  }
60
- },
61
- "scripts": {
62
- "test": "node --test test/*.test.cjs",
63
- "pack:dry-run": "npm pack --dry-run"
64
64
  }
65
- }
65
+ }