repo-standard/package.json
Kjell Tore Guttormsen 1a72f8dde5 fix(version): package.json drifted from the v0.11.2 tag it never got bumped to
Confirmed independently by ki-leadership's own gate run (cached engine, but
same root cause). v0.11.2 was tagged and released (f08fcc9) without bumping
package.json — no new tag or catalog ref changes here, just syncing the
version string to what was already published.
2026-08-18 16:53:57 +02:00

12 lines
196 B
JSON

{
"name": "repo-standard",
"version": "0.11.2",
"private": true,
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test scripts/*.test.mjs"
}
}