From b65e9736769d2e5b8b817e6047c82711e98b6b84 Mon Sep 17 00:00:00 2001 From: ArjanAswal Date: Tue, 9 Feb 2021 00:20:35 +0530 Subject: [PATCH] Prepare for release --- LICENSE | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 3ee599b..8329927 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Arjan Aswal +Copyright (c) 2021 Arjan Aswal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pubspec.lock b/pubspec.lock index d8bc0c7..d7f8d80 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -37,7 +37,7 @@ packages: source: hosted version: "1.1.0-nullsafety.1" collection: - dependency: transitive + dependency: "direct main" description: name: collection url: "https://pub.dartlang.org" @@ -68,7 +68,7 @@ packages: source: hosted version: "0.12.10-nullsafety.1" meta: - dependency: transitive + dependency: "direct main" description: name: meta url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 2d30f7b..be14cf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,8 @@ name: quill_markdown description: A quill to markdown converter and vice versa version: 0.0.1 -author: Arjan Aswal -homepage: github.com/ArjanAswal/quill_markdown.git -repository: github.com/ArjanAswal/quill_markdown.git +homepage: https://github.com/ArjanAswal/quill_markdown.git +repository: https://github.com/ArjanAswal/quill_markdown.git environment: sdk: ">=2.7.0 <3.0.0" @@ -14,6 +13,8 @@ dependencies: sdk: flutter quiver_hashcode: ^2.0.0 + collection: ^1.14.13 + meta: ^1.2.4 dev_dependencies: flutter_test: