BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
430 stars 51 forks source link

updated package.json #59

Closed EsrefDurna closed 7 years ago

EsrefDurna commented 7 years ago

updated package htmlparser2 from 3.8.2 to 3.9.2 Npm link : https://www.npmjs.com/package/htmlparser2 Repository link : https://github.com/fb55/htmlparser2/releases

BenoitZugmeyer commented 7 years ago

Thank you for your PR, but the htmlparser2 version is pinned with ^3.8.2, meaning it is compatible from version >= 3.8.2 to < 4.0.0, so there is no need to change this (except if you have an issue with htmlparser2 < 2.9.2 ?).