From c415976ee0f81962690fbb6f24262a09ccc660f5 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 18 Apr 2022 15:51:20 -0700 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6729bb2..1678f10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,7 @@ name: browser_launcher -description: Provides a standardized way to launch web browsers for testing and tools. - version: 1.1.0 - -homepage: https://github.com/dart-lang/browser_launcher +description: Provides a standardized way to launch web browsers for testing and tools. +repository: https://github.com/dart-lang/browser_launcher environment: sdk: '>=2.12.0 <3.0.0'