From 457c0ae6d9b7b52e993c1e53d32bea245845b1c8 Mon Sep 17 00:00:00 2001 From: Dan Schultz Date: Thu, 6 Aug 2015 14:29:52 -0700 Subject: [PATCH] Add authors to pubspec --- pubspec.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7a1d598..6ad18c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,12 @@ name: frappe -version: 0.4.0+5 +version: 0.4.0+6 description: > A functional reactive programming library for Dart. Frappé extends the functionality of Dart's streams, and introduces new concepts like properties/signals. -author: Dan Schultz +authors: + - Dan Schultz + - Anders Holmgren + - Aaron Washington homepage: http://www.github.com/danschultz/frappe environment: sdk: '>=1.8.0'