eleventy-plugin-typeset
eleventy-plugin-typeset copied to clipboard
Fix "Cannot find module './typeset'" error
Looks like file was renamed, but reference to it was forgotten and wasn't changed. This PR includes a change to the require(...) line and fixes this issue.
Oh, looks like there's already a pull request with the same fix. Sorry :)