shrinkwrap-to-lockfile

1.0.1 • Public • Published

NPM Shrinkwrap to Yarn lockfile

Migrate your npm-shrinkwrap.json to a yarn lockfile without a headache!

The migration consists of three steps:

  • extract the dependency versions from the npm-shrinkwrap.json;
  • save and lock down these versions in the package.json (by removing the version leniency, i.e. ~ and ^);
  • generate a new yarn.lock file from the updated package.json.

Installation

yarn global add shrinkwrap-to-lockfile

How to use

shrinkwrap-to-lockfile [npm-shrinkwrap-file] [package-file]

That's it!

Package Sidebar

Install

npm i shrinkwrap-to-lockfile

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dabroek