1.2.1 • Published 2 years ago

@favware/skip-dependency v1.2.1

Weekly downloads
4,698
License
MIT
Repository
github
Last release
2 years ago

Skip Dependency

Note: This is only designed to work with Yarn, not NPM, nor pnpm!!!

Note2: This might work with pnpm "overrides", however it is untested.

This is for when some dependency you're pulling in is forcing some other dependency you just don't like. You can use skip-dependency to force the skipping of said dependency.

Just add the following to your package.json:

{
  "resolutions": {
    "package-you-really-want-to-skip": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.3.tgz"
  }
}
1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago