-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)metricsThis item relates to the Metrics UtilityThis item relates to the Metrics Utility
Milestone
Description
Bug description
The package uses package-lock.json
instead of npm-shirinkwrap.json
.
I didn't spot this in the PR review.
Expected Behavior
Use npm-shrinkwrap.json
.
Current Behavior
Using package-lock.json
.
Possible Solution
Run npm shrinkwrap
in the package folder, delete the old file, commit the new one.
Steps to Reproduce
N/A
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)metricsThis item relates to the Metrics UtilityThis item relates to the Metrics Utility