Same precedent as v0.2.0: a new check is a minor bump, not a patch. Bundles this session's three fixes (LINK-DEAD false positive, widened 429 backoff, BADGE-DEAD-LINK) and the tautological-test correction. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W1ZJFViVYpr8cvf4fs91j1
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"name": "repo-standard",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test scripts/*.test.mjs"
|
|
}
|
|
}
|