1.0.0 • Published 6 years ago

@futagoza/sync-yarn-workspaces v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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