BenoitZugmeyer / eslint-plugin-html

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

dist-tags latest points to alpha version #79

Closed oligot closed 6 years ago

oligot commented 6 years ago

Hi,

I'm trying to update eslint-plugin-html by running

> yarn upgrade-interactive --latest

in one of my project. This gives

◯ eslint-plugin-html    latest  3.1.0   ❯  4.0.0-alpha.1

Running

> npm info eslint-plugin-html 'dist-tags'

gives

{ latest: '4.0.0-alpha.1', next: '4.0.0-alpha.0' }

Shouldn't latest points to 3.2.2 and next to 4.0.0-alpha.1 ?

BenoitZugmeyer commented 6 years ago

Oh I forgot to specify a tag when publishing the latest alpha. Thank you very much, it should be fixed.

oligot commented 6 years ago

It is indeed fixed, thanks !