Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
884 stars 48 forks source link

Ignore invalid ranges for external packages #68

Closed emmatown closed 4 years ago

emmatown commented 4 years ago

Closes #65 Closes #37

changeset-bot[bot] commented 4 years ago

🦋 Changeset is good to go

Latest commit: 9124f1d8a370af5cc2f6f362ab5d2bd148d750f5

We got this.

This PR includes changesets to release 1 package | Name | Type | | ------------ | ----- | | @manypkg/cli | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

emmatown commented 4 years ago

it's really a workaround right?

Yes

What if someone isn't installing from npm?

As in something like a git dependency? Those things would also be ignored here(hence why it closes #65 and #37). Or do you mean another registry that isn't the npm registry? I'm 99% sure npm: doesn't mean the npm registry but rather the registry that the package manager is configured to use.