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

Side by Side Diff: pubspec.yaml

Issue 1111223003: Prefer "dart:" URLs to "package:" URLs. (Closed) Base URL: git@github.com:dart-lang/source_map_stack_trace.git@master
Patch Set: Created 5 years, 7 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') | no next file » | 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.2 2 version: 1.0.3
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 stack_trace: "^1.0.0" 9 stack_trace: "^1.0.0"
10 source_maps: "^0.10.0" 10 source_maps: "^0.10.0"
11 11
12 dev_dependencies: 12 dev_dependencies:
13 test: "^0.12.0-dev.1" 13 test: "^0.12.0-dev.1"
14 14
15 environment: 15 environment:
16 sdk: '>=1.8.0 <2.0.0' 16 sdk: '>=1.8.0 <2.0.0'
OLDNEW
« no previous file with comments | « lib/source_map_stack_trace.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698