1.0.6 • Published 2 years ago

unlock-package v1.0.6

Weekly downloads
21
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

unlock-package

npm package that unlocks (removes) a package from package-lock.json.

This is to be used when a developer wants the most recent (with in the constraints specified in package.json) version of a dependency. Useful if you develop a library and make use of that library in a different project and want your project to always grab the latest version, but at the same time make use of the package-lock benefits for other packages.

Installation

npm install --save-dev

Usage

As part of your build process insert the follow before your npm install step:

node_modules\.bin\unlock-package <package,package,etc>
npm install

Note: it is recommended that the package-lock.json file is captured in your package output so that a record is kept of the versions of the unlocked packages that were installed.

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago