From 64d60bbf4eb68885f4a534b479c9ef457eda044b Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 20 Oct 2021 22:44:04 -0700 Subject: [PATCH] Added doc to gitignore. --- .gitignore | 1 + pubspec.lock | 8 ++++---- pubspec.yaml | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9ef9eee..70eb431 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ crashlytics.properties dependency-reduced-pom.xml deploy/ dist/ +doc/ ehthumbs.db fabric.properties gen/ diff --git a/pubspec.lock b/pubspec.lock index 84b7283..c690736 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -168,7 +168,7 @@ packages: name: mime url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.0.1" node_preamble: dependency: transitive description: @@ -287,21 +287,21 @@ packages: name: test url: "https://pub.dartlang.org" source: hosted - version: "1.18.2" + version: "1.19.0" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.5" + version: "0.4.6" test_core: dependency: transitive description: name: test_core url: "https://pub.dartlang.org" source: hosted - version: "0.4.5" + version: "0.4.6" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ccecf4f..aa2f332 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: dcat description: Concatenate file(s) to standard output or file version: 1.0.0 -homepage: https://github.com/ethauvin/dcat repository: https://github.com/ethauvin/dcat issue_tracker: https://github.com/ethauvin/dcat/issues