This commit is contained in:
thosakwe 2017-03-04 18:09:57 -05:00
parent 8d4c169b4e
commit d869210de8
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# angel_framework
[![pub 1.0.0-dev.63](https://img.shields.io/badge/pub-1.0.0--dev.63-red.svg)](https://pub.dartlang.org/packages/angel_framework)
[![pub 1.0.0-dev.64](https://img.shields.io/badge/pub-1.0.0--dev.64-red.svg)](https://pub.dartlang.org/packages/angel_framework)
[![build status](https://travis-ci.org/angel-dart/framework.svg)](https://travis-ci.org/angel-dart/framework)
Core libraries for the Angel Framework.

View file

@ -2,6 +2,7 @@
library angel_framework.http;
export 'package:angel_route/angel_route.dart';
export 'package:body_parser/body_parser.dart' show FileUploadInfo;
export 'angel_base.dart';
export 'angel_http_exception.dart';
export 'anonymous_service.dart';

View file

@ -1,5 +1,5 @@
name: angel_framework
version: 1.0.0-dev.63
version: 1.0.0-dev.64
description: Core libraries for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework