| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > LockStepVersionPolicy > ensure
Returns an updated package json that satisfies the version policy.
Signature:
ensure(project: IPackageJson, force?: boolean): IPackageJson | undefined;|
Parameter |
Type |
Description |
|---|---|---|
|
project |
input package json | |
|
force |
boolean |
(Optional) force update even when the project version is higher than the policy version. |
Returns:
IPackageJson | undefined