yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.26k stars 122 forks source link

Fix error on trying to install package with name only #181

Closed kiyot closed 3 years ago

kiyot commented 4 years ago

When Mintfile does not contain package versions, installing with simple names such as mint install xcodegen fails with "package not found" error.

I'm not sure if Mintfile supports package specification without version though.