@futagoza/sync-yarn-workspaces

1.0.0 • Public • Published

Will sync the version of any dependency that is also a workspace package.

example

On the CLI (optionally pass root directories):

$ sync-yarn-workspaces

Through the API (optionally pass a single root directory):

const sync = require( "@futagoza/sync-yarn-workspaces" );

sync();

things to note

  • Format of each package.json is kept
  • The dependency version is only updated if it is lower then the workspace version
  • This module is synchronous

History license

@futagoza/sync-yarn-workspaces is Copyright (c) 2018+ Futago-za Ryuu

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @futagoza/sync-yarn-workspaces

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.73 kB

    Total Files

    5

    Last publish

    Collaborators

    • ryuu