From ba177c6676a6a48509d983f371a64534bdfb50fb Mon Sep 17 00:00:00 2001 From: Eugeny Sampir Date: Tue, 28 Sep 2021 20:43:19 +0200 Subject: [PATCH] Add documentation link to the pubspec(and pub.dev) --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 3592ae04cd..3fb02bf8b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,7 @@ description: Software analytics tool that helps developers analyse and improve s homepage: https://dartcodemetrics.dev repository: https://github.com/dart-code-checker/dart-code-metrics issue_tracker: https://github.com/dart-code-checker/dart-code-metrics/issues +documentation: https://dartcodemetrics.dev/docs/getting-started/introduction environment: sdk: ">=2.12.0 <3.0.0"