Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This repo has been primarily using an npm lockfile until very recently (in MetaMask#4384), but it has long used `yarn` in CI. The repo has now been fully converted to using `yarn` everywhere. The Yarn lockfile was generated by running `npm install` to repair the outdated `package-lock.json` file, then `yarn import`. `package-lock.json` has been added to `.gitignore` so that it doesn't get accidentally re-added again.
- Loading branch information