@metalsmith/layouts 2.6.0
Breaking change for uncommon use case:
If you previously imported/required the get-transformer.js
module directly from @metalsmith/layouts/lib/get-transformer.js
, you should now require it like so: require('@metalsmith/layouts').getTransformer
or import it like so import layouts from '@metalsmith/layouts'; layouts.getTransformer...