peterbe / minimalcss

Extract the minimal CSS used in a set of URLs with puppeteer

Home Page:https://minimalcss.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest 0.9.0 version is missing on npm

AlexDubok opened this issue · comments

Hi!
It seems like you forgot to build dist for 0.9.0 version. npm view minimalcss versions outputs 0.8.3 as latest version and npm i minimalcss@latest installs 0.8.3 as well.
Thanks :)

How do I reproduce that? Here's what I tried:

▶ mkdir -p minimalcss/issues/355
▶ cd minimalcss/issues/355
▶ yarn init -y
▶ yarn add minimalcss@latest
▶ cat package.json
{
  "name": "355",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "minimalcss": "0.9.0"
  }
}
▶ ./node_modules/.bin/minimalcss --version
0.9.0
▶ cat yarn.lock | rg puppet
    puppeteer "^1.8.0"
puppeteer@^1.8.0:
  resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.20.0.tgz#e3d267786f74e1d87cf2d15acc59177f471bbe38"

I am sorry, this seems to be my local project problem. Closing the issue.