fix: simplify npm publishing to use latest tag only

- Remove stable tag complexity from workflow
- Publish directly to latest tag (default for npx)
- Update documentation to reflect single tag approach
This commit is contained in:
Brian Madison
2025-08-16 20:58:22 -05:00
parent 8573852a6e
commit c0899432c1
3 changed files with 8 additions and 8 deletions

View File

@@ -100,6 +100,6 @@
"node": ">=20.10.0"
},
"publishConfig": {
"tag": "stable"
"access": "public"
}
}