Closed milesfrain closed 4 years ago
At the moment the tool is naive: it will overwrite your existing files and save them into a backups directory. It’s then your job to manually reconcile the differences — for example, by re-adding that dependency.
I’ve been using the diffs to check what’s changed.
I’m not sure how better to handle this — it’s a pretty coarse tool at the moment.
Closing this, but if you'd like to open an issue to discuss a better way for the tool to work I'm happy to figure out a better solution!
In the original
package.json
I have:But this gets dropped from the new one after running
The new
package.json
is: