You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the main ./fakeTag.mjs module to the package exports field to allow it to be deep imported.
Patch
Also run GitHub Actions CI with Node.js v17.
Simplified package scripts.
Simplified dev dependencies and config for ESLint.
Check TypeScript types via a new package types script.
Removed the jsdoc-md dev dependency and the related package scripts, replacing the readme “API” section with manually written “Examples” and “Exports” sections.
Added esm and mjs keywords to the package keywords field.
Improved variable and test names within tests.
Configured Prettier option singleQuote to the default, false.