From 58b3b4782f78f4d49190d81bff7ffd910f796a65 Mon Sep 17 00:00:00 2001 From: Lukas Renggli Date: Mon, 24 Apr 2023 13:47:12 +0200 Subject: [PATCH] Fix pubspec.yaml for publication --- pubspec.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0b30fab..a501342 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,6 @@ repository: https://github.com/petitparser/dart-petitparser-examples description: A collection of example parsers, applications, and benchmarks that illustrate the PetitParser framework. -publish_to: none environment: sdk: '>=2.19.0 <3.0.0' dependencies: @@ -20,14 +19,4 @@ dev_dependencies: build_runner: ^2.3.0 build_web_compilers: ^3.2.0 lints: ^2.0.0 - test: ^1.24.0 - -dependency_overrides: - xml: - git: - url: https://github.com/renggli/dart-xml.git - ref: main - petitparser: - git: - url: https://github.com/petitparser/dart-petitparser.git - ref: main \ No newline at end of file + test: ^1.24.0 \ No newline at end of file