BADGE-COUNT and README-LANGUAGE are additions, so this is a minor rather than a patch. The catalog ref still sat on v0.1.1 against a released v0.1.3; bumping it to v0.2.0 clears that lag in the same move, because a ref points, it does not queue. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Mf1zhujv5QjYuAn1a9HcgW
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"name": "repo-standard",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test scripts/*.test.mjs"
|
|
}
|
|
}
|