mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Previously we were relying on the package module itself to have a `name` field. But now that we're using `atom.loadPackage` to load up packages, we can infer the name of the module from the name of the package directory.