Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 7494fddb940eebedd3d6150352c18c2b0ac211f1..27af78ecdaac604150e6167270e53cd77ea40d09 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -7,5 +7,10 @@ homepage: https://github.com/dart-lang/package_config |
environment: |
sdk: '>=1.11.0-dev.0.0 <2.0.0' |
+dependencies: |
+ charcode: '^1.1.0' |
+ path: "any" |
+ 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
|
+ |
dev_dependencies: |
test: '>=0.12.0 <0.13.0' |