chore(dependencies): fixed up dependencies

This commit is contained in:
Jon Samwell 2018-10-29 14:08:23 +11:00
parent 5405f20262
commit a99e79938f
4 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,7 @@
## [0.0.1] - TODO: Add release date.
## [0.0.2] - 29/10/2018
* Initial release
* Fixed up dependencies
*
## [0.0.1] - 29/10/2018
* Initial working release

View File

@ -1,6 +1,6 @@
# flutter_gherkin
A fully features Gherkin parser and test runner. Works with Flutter and Dart 2.
A fully featured Gherkin parser and test runner. Works with Flutter and Dart 2.
This implementation of the Gherkin tries to follow as closely as possible other implementations of Gherkin and specifically [Cucumber](https://docs.cucumber.io/cucumber/) in it's various forms.

View File

@ -77,12 +77,12 @@ packages:
source: sdk
version: "0.0.0"
flutter_driver:
dependency: "direct dev"
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
@ -171,7 +171,7 @@ packages:
source: hosted
version: "0.11.3+2"
matcher:
dependency: transitive
dependency: "direct main"
description:
name: matcher
url: "https://pub.dartlang.org"
@ -337,7 +337,7 @@ packages:
source: hosted
version: "1.0.1"
test:
dependency: transitive
dependency: "direct main"
description:
name: test
url: "https://pub.dartlang.org"

View File

@ -1,8 +1,8 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 0.0.1
version: 0.0.2
author: Jon Samwell <jonsamwell@gmail.com>
homepage:
homepage: https://github.com/jonsamwell/flutter_gherkin
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
@ -12,12 +12,13 @@ dependencies:
sdk: flutter
path: ^1.6.2
glob: ^1.1.7
dev_dependencies:
test: ^1.3.0
matcher: 0.12.3+1
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
dev_dependencies:
flutter:
uses-material-design: true