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

Side by Side Diff: pubspec.yaml

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 name: resource 1 name: resource
2 version: 0.1.0 2 version: 1.0.0
3 description: Reading resource data from package files.
4 author: Dart Team <misc@dartlang.org>
5 homepage: https://github.com/dart-lang/resource
ahe 2015/10/14 12:38:59 This URL is broken.
6
7 environment:
8 sdk: '>=1.13.0-any <2.0.0'
9
3 dependencies: 10 dependencies:
4 http: "any" 11 typed_data: "^1.0.0"
5 typed_data: "any"
6 dev_dependencies: 12 dev_dependencies:
7 test: "any" 13 test: any
OLDNEW
« lib/src/resource.dart ('K') | « lib/src/resource.dart ('k') | test/resolve_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698