alichtman / shallow-backup

Git-integrated backup tool for macOS and Linux devs.
MIT License
1.22k stars 248 forks source link

Fix npm backup issue #226 #315

Closed nick-The-One closed 1 year ago

nick-The-One commented 1 year ago

This change solves issue #226 by using json format for dumping npm dependencies and parcing its keys — should be more robust than split by slash.

nick-The-One commented 1 year ago

@alichtman Hey there! Could you take a look at this PR?