Skip to content

Commit

Permalink
Add test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeenant committed Apr 13, 2018
1 parent 54ef067 commit bee0d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.0.5
# 0.0.5 - 0.0.6

* ...
* dartanalyzer fixes
* Begin adding tests
* dartfmt

# 0.0.2 - 0.0.4

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fcharts
description: >
A composable chart library for Flutter. Create beautiful,
animated, responsive charts using a simple and intuitive API.
version: 0.0.5
version: 0.0.6
author: Keenan Thompson <keenan@keenant.com>
homepage: https://github.com/thekeenant/fcharts

Expand All @@ -15,6 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
test: '>=0.12.20 <0.13.0'

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
Expand Down

0 comments on commit bee0d93

Please sign in to comment.