From f2e7b4edf5d4109d9876486bb60508f8314f3b7a Mon Sep 17 00:00:00 2001 From: h7x4abk3g Date: Fri, 26 Jun 2020 13:37:18 +0200 Subject: [PATCH] Update dependencies and package fields --- pubspec.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ac662c1..d594e08 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,19 @@ name: unofficial_jisho_api -description: A starting point for Dart libraries or applications. +description: An unofficial api for searching and scraping the japanese dictionary Jisho.org version: 1.0.0 -homepage: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/ +repository: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/ +issue_tracker: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/issues + environment: sdk: '>=2.7.0 <3.0.0' dependencies: - xml: ^3.7.0 html_unescape: ^1.0.1+3 html: ^0.14.0+3 dev_dependencies: - pedantic: ^1.8.0 - test: ^1.8.0 - path: ^1.6.0 - effective_dart: ^1.0.0 + pedantic: ^1.9.0 + test: ^1.15.0 + path: ^1.7.0 + effective_dart: ^1.2.3