Skip to content

Commit 5687c19

Browse files
committed
add author/homepage/environment to build_test pubspec
1 parent 0206bd0 commit 5687c19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build_test/pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: build_test
22
description: Utilities for writing unit tests of Builders.
33
version: 0.1.0
4+
author: Dart Team <[email protected]>
5+
homepage: https://github.com/dart-lang/build
6+
47
dependencies:
58
build: ^0.3.0
69
logging: ^0.11.2
710
test: ^0.12.0
811
watcher: ^0.9.7
12+
13+
environment:
14+
sdk: ">=1.8.0 <2.0.0"

0 commit comments

Comments
 (0)