laurengarcia / url-metadata

NPM module: Request a url and scrape the metadata from its HTML using Node.js or the browser.
https://www.npmjs.com/package/url-metadata
MIT License
166 stars 43 forks source link

Change standard (eslint) to a dev dependency #45

Closed dawaltconley closed 1 year ago

dawaltconley commented 3 years ago

standard should be a dev dependency. Currently it installs with the package, which means that certain plugins (in my case ALE), which look in the node_modules directory for linters will use standard's styles on any project with url-metadata installed.

laurengarcia commented 1 year ago

Done in latest version 3.0.1 https://www.npmjs.com/package/url-metadata