metalsmith / layouts

A metalsmith plugin for layouts
MIT License
116 stars 49 forks source link

switched debug to metalsmith.debug #186

Closed leviwheatcroft closed 1 year ago

leviwheatcroft commented 1 year ago

switched debug to metalsmith.debug

webketje commented 1 year ago

@leviwheatcroft thx for your work on this, though you forgot to update the metalsmith devDependency & peerDependency which is why the tests fail. Due to using auto-changelog NPM pkg, the commits go directly in the changelog & release notes (unless you start them with dev, chore or ci), so if you can, try to limit them to 1 per feature/ fix (using git push --force, git commit --amend and git rebase) and also run npm test locally to make sure it works :)