Socket
Socket
Sign inDemoInstall

bump-siblings

Package Overview
Dependencies
4
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bump-siblings

Bump the version of a package in its monorepo siblings


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

bump-siblings

Bump the version of a package in its monorepo siblings

goal

Publishing with a monorepo tool bumps the version of your package, but will not bump the version of that package in its monorepo siblings' package.json (under dependencies).

usage

yarn add -D bump-siblings

Add to your scripts as publish or postpublish:

{
  "scripts": {
    "publish": "bump-siblings"
  }
}

FAQs

Last updated on 28 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc