Closed renchap closed 5 years ago
This dependency also broke node 6 support as that version of jsdom does not support it.
@renchap @nickschot thank you for reporting the issue. I simply removed the dependencies from the package.json file then published a new version 2.1.3. No functional changes committed.
Thanks!
In the latest release you added
jsdom
as a dependency, but as it is only used for tests it should a dev dependency to avoid any package user installing it.