Skip to content

Commit

Permalink
removed author package and set current flutter_redux minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgildson committed Feb 5, 2020
1 parent a8d620a commit e3d20af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pubspec.yaml
@@ -1,7 +1,6 @@
name: redux_prism
description: Library used to easily access dispatched actions in a Redux Store.
version: 1.0.0
author: Gildson Bezerra <gildson13@hotmail.com>
homepage: https://github.com/bgildson/redux_prism

environment:
Expand All @@ -10,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_redux: 0.6.0
flutter_redux: ^0.6.0
redux: ">=4.0.0 <5.0.0"

dev_dependencies:
Expand Down

0 comments on commit e3d20af

Please sign in to comment.