パッケージの詳細

@favware/skip-dependency

favware89.3kMIT1.2.2

Skip pesky dependencies with ease

favware, node, yarn

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:

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

更新履歴

Changelog

All notable changes to this project will be documented in this file.

1.2.2 - (2024-06-16)

📝 Documentation

  • readme: Simplify syntax (99634de)

1.2.1 - (2022-08-30)

🐛 Bug Fixes

  • Add default exports to all index files (2e89791)

📝 Documentation

1.2.0 - (2022-05-04)

Bug Fixes

Documentation

  • Update version in README (43b6086)

Features

1.1.3 (2021-11-29)

Bug Fixes

  • allow full Node 14 versions (fa2ca04)

1.1.2 (2021-11-29)

Bug Fixes

  • readme: update url and supported toolchains (6e418c7)

1.1.1 (2021-01-08)

Bug Fixes

  • do not return, just use empty JS files (7c007ad)
  • move index files out of src and specify more exports (bfbaad4)

1.1.0 (2021-01-04)

Features

Bug Fixes

  • remove console.log line (05552e9), closes #1
  • removed invalid pnpm engine (1c37774)