An open API service indexing awesome lists of open source software.

https://github.com/favware/skip-dependency

Skip pesky NodeJS dependencies with ease
https://github.com/favware/skip-dependency

Last synced: about 1 year ago
JSON representation

Skip pesky NodeJS dependencies with ease

Awesome Lists containing this project

README

          

# Skip Dependency

**_Note: This is only designed to work with Yarn (v1 / v2 / v3), not NPM, nor pnpm!!!_**

**Note2: This might work with npm and 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`:

```json
{
"resolutions": {
"package-you-really-want-to-skip": "npm:@favware/skip-dependency@latest"
}
}
```