Skip to content

Commit

Permalink
chore(pub): fixed up pubspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsamwell committed Aug 10, 2020
1 parent 52f8732 commit 98f68fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: flutter_simple_dependency_injection
description: A super simple dependency injection implementation for flutter that behaves like any normal IOC container and does not rely on mirrors
version: 1.0.3
author: Jon Samwell <[email protected]>
homepage: https://github.com/jonsamwell/flutter_simple_dependency_injection

dependencies:
Expand All @@ -11,4 +10,4 @@ dev_dependencies:
pedantic:

environment:
sdk: ">=2.0.0-dev.35 <3.0.0"
sdk: ">=2.0.0 <3.0.0"

0 comments on commit 98f68fe

Please sign in to comment.