Skip to content

Commit

Permalink
remove git overrdies (dart-archive/collection#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Oct 23, 2020
1 parent 013f966 commit 0b5492d
Showing 1 changed file with 2 additions and 56 deletions.
58 changes: 2 additions & 56 deletions pkgs/collection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,59 +8,5 @@ environment:
sdk: '>=2.10.0-78 <2.12.0'

dev_dependencies:
pedantic: ^1.9.0
test: ^1.0.0

dependency_overrides:
async:
git: git://github.com/dart-lang/async.git
boolean_selector:
git: git://github.com/dart-lang/boolean_selector.git
charcode:
git: git://github.com/dart-lang/charcode.git
js:
git:
url: git://github.com/dart-lang/sdk.git
path: pkg/js
ref: 2-10-pkgs
matcher:
git: git://github.com/dart-lang/matcher.git
meta:
git:
url: git://github.com/dart-lang/sdk.git
path: pkg/meta
ref: 2-10-pkgs
path:
git: git://github.com/dart-lang/path.git
pedantic:
git: git://github.com/dart-lang/pedantic.git
pool:
git: git://github.com/dart-lang/pool.git
source_maps:
git: git://github.com/dart-lang/source_maps.git
source_map_stack_trace:
git: git://github.com/dart-lang/source_map_stack_trace.git
source_span:
git: git://github.com/dart-lang/source_span.git
stack_trace:
git: git://github.com/dart-lang/stack_trace.git
stream_channel:
git: git://github.com/dart-lang/stream_channel.git
string_scanner:
git: git://github.com/dart-lang/string_scanner.git
term_glyph:
git: git://github.com/dart-lang/term_glyph.git
test_api:
git:
url: git://github.com/dart-lang/test.git
path: pkgs/test_api
test_core:
git:
url: git://github.com/dart-lang/test.git
path: pkgs/test_core
test:
git:
url: git://github.com/dart-lang/test.git
path: pkgs/test
typed_data:
git: git://github.com/dart-lang/typed_data.git
pedantic: ^1.10.0-nullsafety
test: ^1.16.0-nullsafety

0 comments on commit 0b5492d

Please sign in to comment.