crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

Write lockfile even when there are no dependencies #453

Closed straight-shoota closed 3 years ago

straight-shoota commented 3 years ago

With this change shards update and shards install (except with --production option) always write shard.lock (or touch if there are not changes) even if there are no dependencies.

Resolves #445 Unlocks #444