Skip to content

Commit 42c8932

Browse files
committed
Make pub linter happy
1 parent 35e5cbf commit 42c8932

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
builders:
22
featureBuilder:
3-
import: "package:bdd_widget_test/builder.dart"
3+
import: "package:bdd_widget_test/bdd_widget_test.dart"
44
builder_factories: ["featureBuilder"]
55
build_extensions: {".feature": [".dart"]}
66
build_to: source

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ packages:
313313
source: hosted
314314
version: "1.9.3"
315315
path:
316-
dependency: transitive
316+
dependency: "direct main"
317317
description:
318318
name: path
319319
url: "https://pub.dartlang.org"

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: bdd_widget_test
22
description: A BDD-style widget testing library
33
version: 0.1.0
44
author: Oleksandr Leuschenko <olexa.le@gmail.com>
5-
homepage:
5+
repository: https://github.com/olexale/bdd_widget_test
66

77
environment:
88
sdk: ">=2.7.0 <3.0.0"
@@ -13,6 +13,7 @@ dependencies:
1313
build: ^1.3.0
1414
build_config: ^0.4.2
1515
strings: ^0.1.2
16+
path: ^1.6.4
1617

1718
dev_dependencies:
1819
flutter_test:

0 commit comments

Comments
 (0)