mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
df4ac34856
The autogenerated packages/hugoautogen/package.json got its name from the project directory basename and had no "private" field, making it publishable under checkout-dependent names. Use the stable default name "hugoautogen", set "private": true, and preserve hand-set name/version/private on regeneration. Fixes #15245 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>