Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename package name to be hyphenated to match idioms
Motivation: Across the ecosystem it has become an idiom to have the Package name match the repository name. SwiftPM even assumes as such in several cases. The current name conflicts with this expected idiom. Modifications: - Rename: Package from `Currency` to `swift-currency` Result: The package should match expected ecosystem idioms for naming.
- Loading branch information