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

Side by Side Diff: pubspec.yaml

Issue 1142363005: Added .packages, packages/ discovery. (Closed) Base URL: https://github.com/dart-lang/package_config.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
OLDNEW
1 name: package_config 1 name: package_config
2 version: 0.0.1 2 version: 0.0.1
3 description: Support for working with Package Resolution config files. 3 description: Support for working with Package Resolution config files.
4 author: Dart Team <misc@dartlang.org> 4 author: Dart Team <misc@dartlang.org>
5 homepage: https://github.com/dart-lang/package_config 5 homepage: https://github.com/dart-lang/package_config
6 6
7 environment: 7 environment:
8 sdk: '>=1.11.0-dev.0.0 <2.0.0' 8 sdk: '>=1.11.0-dev.0.0 <2.0.0'
9 9
10 dependencies:
11 charcode: '^1.1.0'
12 path: "any"
13 http: "any"
pquitslund 2015/05/21 18:14:23 Nit: "any" => 'any' (to stay consistent). More su
Lasse Reichstein Nielsen 2015/05/21 18:30:22 TBH, I just put in "any" to get it to work. I have
pquitslund 2015/05/21 18:38:33 :) Or just leave it as any for now and we can tig
Lasse Reichstein Nielsen 2015/05/21 19:10:04 I didn't have any prior plan to do that, it's safe
14
10 dev_dependencies: 15 dev_dependencies:
11 test: '>=0.12.0 <0.13.0' 16 test: '>=0.12.0 <0.13.0'
OLDNEW
« lib/src/util.dart ('K') | « pubspec.lock ('k') | test/all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698