From fd7375cde2da537be71e8365885c599df4879e12 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Wed, 21 Dec 2016 15:34:04 -0500 Subject: [PATCH] README.md --- README.md | 2 ++ pubspec.yaml | 38 ++++++++++++++------------------------ 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 4d865977..e72081f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Angel +[![version: v1.0.0-alpha](https://img.shields.io/badge/pub-v1.0.0--alpha-blue.svg)](https://pub.dartlang.org/packages/angel_common) + An easily-extensible web server framework in Dart. [Wiki](https://github.com/angel-dart/angel/wiki) diff --git a/pubspec.yaml b/pubspec.yaml index f2b8dbd2..0eaba753 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,27 +1,17 @@ -author: "Tobe O" -description: "An easily-extensible web server framework in Dart." -homepage: "https://github.com/angel-dart/angel" -name: "angel" -publish_to: "none" -version: "1.0.0-dev" +name: angel +description: An easily-extensible web server framework in Dart. +publish_to: none +environment: + sdk: ">=1.19.0" +homepage: https://github.com/angel-dart/angel dependencies: - angel_auth: "^1.0.0-dev" - angel_compress: "^1.0.0" - angel_configuration: "^1.0.0-dev" - angel_cors: "^1.0.0-dev" - angel_diagnostics: "^1.0.0-dev" - angel_errors: "^1.0.0-dev" - angel_framework: "^1.0.0-dev" - angel_mongo: "^1.0.0-dev" - angel_mustache: "^1.0.0-dev" - angel_proxy: "^1.0.0-dev" - angel_static: "^1.1.0-dev" - angel_test: "^1.0.0-dev" - mailer: "^1.1.0+4" - validate: "^1.5.2" + angel_common: ^1.0.0-alpha + angel_configuration: ^1.0.0 + mailer: ^1.1.0+4 + validate: ^1.5.2 dev_dependencies: - grinder: "^0.8.0+2" - http: "^0.11.3" - test: "^0.12.13" + grinder: ^0.8.0+2 + http: ^0.11.3 + test: ^0.12.13 transformers: - - "angel_configuration" +- angel_configuration