From 090b83b5f0a2828c8cbc9a3933808849065c63c3 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Tue, 26 Apr 2022 20:30:29 -0400 Subject: [PATCH] `shard.yml` cleanup (#171) * Add `athena-spec` as global dep * All dev will be done in the monorepo, so no reason for each component to have it and ameba as dependencies * Also fix `description` key of `shard.yml` --- shard.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/shard.yml b/shard.yml index 0188067..7f10eeb 100644 --- a/shard.yml +++ b/shard.yml @@ -15,11 +15,3 @@ description: | authors: - George Dietrich - -development_dependencies: - ameba: - github: crystal-ameba/ameba - version: ~> 1.0 - athena-spec: - github: athena-framework/spec - version: ~> 0.2.3