We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49459e7 + 860fa65 commit 36ec1a9Copy full SHA for 36ec1a9
pkgs/package_config/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: package_config
2
-version: 0.0.1
+version: 0.0.2
3
description: Support for working with Package Resolution config files.
4
author: Dart Team <[email protected]>
5
homepage: https://github.com/dart-lang/package_config
@@ -9,8 +9,8 @@ environment:
9
10
dependencies:
11
charcode: '^1.1.0'
12
- path: "any"
13
- http: "any"
+ http: '^0.11.2'
+ path: '>=1.0.0 <2.0.0'
14
15
dev_dependencies:
16
test: '>=0.12.0 <0.13.0'
0 commit comments