lock-dependencies
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "lock-dependencies", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"private": false, | ||
@@ -36,2 +36,3 @@ "license": "Apache-2.0", | ||
"jest": "26.5.2", | ||
"npm-run-all": "4.1.5", | ||
"rollup": "2.28.2", | ||
@@ -38,0 +39,0 @@ "ts-jest": "26.4.1", |
@@ -6,5 +6,4 @@ # lock-dependencies | ||
This command line utility will take care of locking and updating on-demand, by default it updates all your dependencies | ||
(also devDependencies and peerDependencies) to the last minor version of your current version. If you are on 4.y.z it | ||
will upgrade the dep to the last y and z, but won't touch the 4. This behavior is configurable. | ||
This command line utility will take care of locking and updating on-demand, by default it locks all your dependencies | ||
(also devDependencies and peerDependencies) to the version specified in the package.json. | ||
@@ -11,0 +10,0 @@ ## Usage |
145860
14
144