scttcper / tinycolor

🎨 Color manipulation and conversion

Home Page:https://tinycolor.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v4: warning when installed with yarn

AviVahl opened this issue Β· comments

We've just upgraded to @ctrl/tinycolor@4.0.1 and yarn started giving: warning Workspaces can only be enabled in private projects.

Looking into the package.json of the new release, it is marked like a monorepo:

{
...
  "workspaces": [
    "demo"
  ],
...
}

eh leaning towards wontfix

I'd hate to fork the package just to get the warning fixed, but it is used in a project with over 2000 dependencies and is the only warning during yarn. 😟 Can I assist?

πŸŽ‰ This issue has been resolved in version 4.0.2 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

❀️