Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit e9f4f7c

Browse files
committed
Merge pull request #11 from dart-lang/bump_to_0.0.2
Version bump.
2 parents 2a7d54e + 1a54d9a commit e9f4f7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)