From 9c8e0a3ef38ca7853d67fca344797d34467ef8d3 Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Wed, 18 Mar 2020 17:06:27 +1100 Subject: [PATCH] fix(pubspec): longer description to pass the pub.dev linter --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cdb5a9b..12e775f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dexeca version: 0.0.0-semantically-released homepage: https://github.com/brad-jones/dexeca -description: A dartlang port of https://github.com/sindresorhus/execa +description: A dartlang child process executor inspired by https://github.com/sindresorhus/execa environment: sdk: ">=2.7.0 <3.0.0"