From d5b2c130ca58ba36e09370e2c6163cd5a86d00f1 Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Fri, 6 Feb 2015 11:40:16 -0800 Subject: [PATCH] chore(pub): add primary authors, description and homepage to pubspec --- modules/angular2/pubspec.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/angular2/pubspec.yaml b/modules/angular2/pubspec.yaml index 91bb46e3db..a66562f84c 100644 --- a/modules/angular2/pubspec.yaml +++ b/modules/angular2/pubspec.yaml @@ -1,8 +1,19 @@ name: angular2 version: 2.0.0-alpha.1 +authors: +- Alex Eagle +- Chirayu Krishnappa +- Jeff Cross +- Misko Hevery +- Rado Kirov +- Tobias Bosch +- Victor Savkin +- Yegor Jbanov +description: Angular 2 for Dart - a web framework for modern web apps +homepage: https://github.com/angular/angular environment: sdk: '>=1.4.0' dependencies: - stack_trace: '1.1.1' + stack_trace: '>=1.1.1 <2.0.0' dev_dependencies: guinness: ">=0.1.16 <0.2.0"