Skip to content

Commit

Permalink
add author/homepage/environment to build_test pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed May 17, 2016
1 parent 0206bd0 commit 5687c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: build_test
description: Utilities for writing unit tests of Builders.
version: 0.1.0
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build

dependencies:
build: ^0.3.0
logging: ^0.11.2
test: ^0.12.0
watcher: ^0.9.7

environment:
sdk: ">=1.8.0 <2.0.0"

0 comments on commit 5687c19

Please sign in to comment.