From f13e5f47e6bc7e684d01d30c42145b56c276b63b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 26 Jun 2020 18:25:08 +0200 Subject: [PATCH] Make github repo the home page --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ce22281..95e2c5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ name: unofficial_jisho_api -description: An unofficial api for searching and scraping the japanese dictionary Jisho.org version: 1.0.0 -repository: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/ -issue_tracker: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/issues +description: An unofficial api for searching and scraping the japanese dictionary Jisho.org +homepage: 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'