Nixinova / LinguistJS

Analyse and list all languages used in a folder. Implementation of and powered by GitHub's Linguist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.7.0 missing from npmjs.org

drodil opened this issue · comments

Version 2.7.0 seems to be released at least according to changelog but it is missing from the registry. Could this be released there too, thanks!

It's available under the pre tag due to being less performant than v2.6. Install with npm install linguist-js@pre.
When I fix the performance downgrade I will push it to @latest.
This is a bit of an unusual method of release, I admit, but I didn't want to push a version with 2x worse peformance to @latest.

Oh, okay, thanks for the info. Unfortunately we cannot use the @pre scoped versions as our internal registry blocks all those releases 😢 Have to wait for the proper release! Thanks again!

Is now available on @latest with version 2.7.1 👍