Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: pubspec.yaml

Issue 2168203002: Use the package_resolver package. (Closed) Base URL: git@github.com:dart-lang/source_map_stack_trace.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/source_map_stack_trace.dart ('k') | test/source_map_stack_trace_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: source_map_stack_trace 1 name: source_map_stack_trace
2 version: 1.0.5 2 version: 1.1.0
3 description: > 3 description: >
4 A package for applying source maps to stack traces. 4 A package for applying source maps to stack traces.
5 author: Dart Team <misc@dartlang.org> 5 author: Dart Team <misc@dartlang.org>
6 homepage: https://github.com/dart-lang/source_map_stack_trace 6 homepage: https://github.com/dart-lang/source_map_stack_trace
7 7
8 dependencies: 8 dependencies:
9 package_resolver: "^1.0.0"
9 stack_trace: "^1.0.0" 10 stack_trace: "^1.0.0"
10 source_maps: "^0.10.0" 11 source_maps: "^0.10.0"
11 12
12 dev_dependencies: 13 dev_dependencies:
13 test: "^0.12.0" 14 test: "^0.12.0"
14 15
15 environment: 16 environment:
16 sdk: '>=1.8.0 <2.0.0' 17 sdk: '>=1.8.0 <2.0.0'
OLDNEW
« no previous file with comments | « lib/source_map_stack_trace.dart ('k') | test/source_map_stack_trace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698