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

Side by Side Diff: pubspec.yaml

Issue 2187043003: Fix a crashing bug. (Closed) Base URL: git@github.com:dart-lang/source_map_stack_trace.git@master
Patch Set: Created 4 years, 4 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.1.0 2 version: 1.1.1
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 package_resolver: "^1.0.0"
10 stack_trace: "^1.0.0" 10 stack_trace: "^1.0.0"
11 source_maps: "^0.10.0" 11 source_maps: "^0.10.0"
12 12
13 dev_dependencies: 13 dev_dependencies:
14 test: "^0.12.0" 14 test: "^0.12.0"
15 15
16 environment: 16 environment:
17 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698