mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Previously, a guard based on the presence of the _id field (which is inserted by npm during installation) prevented a regex replacement of the git+ prefix on URLs. Now we always do this. Since the .git suffix also causes problems and we’re removing that in packages, I now remove that as well.