mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05: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.