From e352ced3b8bc7f48d675d22c8253e5f0bbe8933f Mon Sep 17 00:00:00 2001 From: Hexah Date: Thu, 20 Feb 2020 19:55:45 +0100 Subject: [PATCH] Fix typo --- example/video_download.dart | 2 +- lib/{youtube_explode_console.dart => youtube_explode_dart.dart} | 0 pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename lib/{youtube_explode_console.dart => youtube_explode_dart.dart} (100%) diff --git a/example/video_download.dart b/example/video_download.dart index b2ccffe..c7de302 100644 --- a/example/video_download.dart +++ b/example/video_download.dart @@ -2,7 +2,7 @@ import 'dart:async'; import 'dart:io'; import 'package:dart_console/dart_console.dart'; -import 'package:youtube_explode_dart/youtube_explode_console.dart'; +import 'package:youtube_explode_dart/youtube_explode_dart.dart'; import 'package:http/http.dart' as http; // Initialize the YoutubeExplode instance. diff --git a/lib/youtube_explode_console.dart b/lib/youtube_explode_dart.dart similarity index 100% rename from lib/youtube_explode_console.dart rename to lib/youtube_explode_dart.dart diff --git a/pubspec.yaml b/pubspec.yaml index 4a5044e..761cad3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. version: 0.0.1 -# homepage: https://www.example.com +homepage: https://github.com/Hexer10/youtube_explode_dart environment: sdk: '>=2.7.0 <3.0.0'