Skip to content

Commit 36ec1a9

Browse files
committed
Merge pull request dart-archive/package_config#11 from dart-lang/bump_to_0.0.2
Version bump.
2 parents 49459e7 + 860fa65 commit 36ec1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/package_config/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: package_config
2-
version: 0.0.1
2+
version: 0.0.2
33
description: Support for working with Package Resolution config files.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/package_config
@@ -9,8 +9,8 @@ environment:
99

1010
dependencies:
1111
charcode: '^1.1.0'
12-
path: "any"
13-
http: "any"
12+
http: '^0.11.2'
13+
path: '>=1.0.0 <2.0.0'
1414

1515
dev_dependencies:
1616
test: '>=0.12.0 <0.13.0'

0 commit comments

Comments
 (0)