Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit d7fe6f0

Browse files
authored
Merge pull request #58 from davidmorgan/fix-version-constraint
Fix version constraint to not require a dev version.
2 parents 46085a2 + 1295516 commit d7fe6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
homepage: https://github.com/dart-lang/pedantic
66

77
environment:
8-
sdk: '>=2.1.1-dev.0.0 <3.0.0'
8+
sdk: '>=2.1.1 <3.0.0'
99

1010
dependencies:
1111
meta: ^1.2.0

0 commit comments

Comments
 (0)