From 9f904ad9f1c76da0ab6372a4d6eadfaf968a2570 Mon Sep 17 00:00:00 2001 From: devnote-dev Date: Mon, 18 Sep 2023 01:50:29 +0100 Subject: [PATCH] chore: clean up shard.yml --- shard.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/shard.yml b/shard.yml index 6261ea0..dfeedf3 100644 --- a/shard.yml +++ b/shard.yml @@ -1,18 +1,14 @@ name: cling description: A modular, non-macro-based command line interface library -version: 3.0.0 -crystal: 1.5.0 - -repository: https://github.com/devnote-dev/cling authors: - Devonte W +version: 3.0.0 +crystal: '>= 1.5.0' +license: MPL +repository: https://github.com/devnote-dev/cling + development_dependencies: ameba: github: crystal-ameba/ameba version: ~> 1.5.0 - -crystalline: - main: src/cling.cr - -license: MPL