Skip to content

Commit 58b3b47

Browse files
committed
Fix pubspec.yaml for publication
1 parent a21ff4c commit 58b3b47

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pubspec.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repository: https://github.com/petitparser/dart-petitparser-examples
66
description: A collection of example parsers, applications, and benchmarks that
77
illustrate the PetitParser framework.
88

9-
publish_to: none
109
environment:
1110
sdk: '>=2.19.0 <3.0.0'
1211
dependencies:
@@ -20,14 +19,4 @@ dev_dependencies:
2019
build_runner: ^2.3.0
2120
build_web_compilers: ^3.2.0
2221
lints: ^2.0.0
23-
test: ^1.24.0
24-
25-
dependency_overrides:
26-
xml:
27-
git:
28-
url: https://github.com/renggli/dart-xml.git
29-
ref: main
30-
petitparser:
31-
git:
32-
url: https://github.com/petitparser/dart-petitparser.git
33-
ref: main
22+
test: ^1.24.0

0 commit comments

Comments
 (0)