Skip to content

Commit 0dda423

Browse files
authored
Widen constraint on package_config
package_config has released version 1.0.0, which is compatible with earlier versions. Relax constraint to <2.0.0. This could also be changed to ^1.0.0 if you want.
1 parent fbf7c57 commit 0dda423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
logging: '>=0.9.0 <0.12.0'
1616
markdown: ^0.10.1
1717
mustache4dart: ^1.0.9
18-
package_config: ^0.1.5
18+
package_config: '>=0.1.5 <2.0.0'
1919
path: ^1.3.0
2020
quiver: '>=0.18.0 <0.23.0'
2121
resource: ^1.1.0

0 commit comments

Comments
 (0)