bep / hugo-starter-tailwind-basic

A basic and simple to set up Hugo with TailwindCSS starter project.
https://lucid-nightingale-60a4e2.netlify.app/
MIT License
144 stars 32 forks source link

Update package.hugo.json #14

Open rhcarvalho opened 1 year ago

rhcarvalho commented 1 year ago

To match recent changes to package.json (7c68e60e045ee675f373e8d5cc51a9ae5ed0f5b7 and a332c9c905202adbed54585ffecb6606dca5ea4f). Prior to those changes, the package.hugo.json and package.json files were changed in lockstep (see ed9cbda89087db6e47883faf14e0de6e8218c6b6).

The package.hugo.json file is picked up when using the repository as a Module, and without this change it would bring in Tailwind 2.x as a dependency (I personally ran into this problem).