Skip to content

Commit

Permalink
Fix pubspec.yaml for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Apr 24, 2023
1 parent a21ff4c commit 58b3b47
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
test: ^1.24.0

0 comments on commit 58b3b47

Please sign in to comment.