Update package-lock.json to be compatible with npm 6.5.0#756
Update package-lock.json to be compatible with npm 6.5.0#756yamgent wants to merge 2 commits intoMarkBind:masterfrom
Conversation
The package-lock.json is generated by running:
npm i
This is a manual change, and must be done after we do an npm install everytime.
|
We now have to be careful not to overwrite this line (2bd9121) every time we update Otherwise everything seems to be fine for now. |
|
As discussed on slack:
|
What is the purpose of this pull request? (put "X" next to an item, remove the rest)
• [X] Other, please explain: package-lock.json update
What is the rationale for this request?
What changes did you make? (Give an overview)
The package-lock.json is
generatedupdated by running:Then,
package-lock.jsonis modified so that cheerio uses our htmlparser instead of the original htmlparser.Provide some example code that this change will affect:
NIL
Is there anything you'd like reviewers to focus on?
Check that it does not break anything.
Testing instructions:
NIL