Skip to content

Commit

Permalink
Expanded the 'sdk' tag in pubspec.yaml as carat syntax is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
orthros committed Aug 8, 2018
1 parent 8e72e18 commit c57075a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: Colin Nelson <[email protected]>
description: Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
homepage: https://github.com/orthros/dart-epub
environment:
sdk: "^2.0.0"
sdk: ">=2.0.0 <3.0.0"
dependencies:
async: ">=1.8.0 <2.1.0"
archive: "^2.0.0"
Expand Down

0 comments on commit c57075a

Please sign in to comment.