64
This commit is contained in:
parent
8d4c169b4e
commit
d869210de8
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# angel_framework
|
# angel_framework
|
||||||
|
|
||||||
[](https://pub.dartlang.org/packages/angel_framework)
|
[](https://pub.dartlang.org/packages/angel_framework)
|
||||||
[](https://travis-ci.org/angel-dart/framework)
|
[](https://travis-ci.org/angel-dart/framework)
|
||||||
|
|
||||||
Core libraries for the Angel Framework.
|
Core libraries for the Angel Framework.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
library angel_framework.http;
|
library angel_framework.http;
|
||||||
|
|
||||||
export 'package:angel_route/angel_route.dart';
|
export 'package:angel_route/angel_route.dart';
|
||||||
|
export 'package:body_parser/body_parser.dart' show FileUploadInfo;
|
||||||
export 'angel_base.dart';
|
export 'angel_base.dart';
|
||||||
export 'angel_http_exception.dart';
|
export 'angel_http_exception.dart';
|
||||||
export 'anonymous_service.dart';
|
export 'anonymous_service.dart';
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 1.0.0-dev.63
|
version: 1.0.0-dev.64
|
||||||
description: Core libraries for the Angel framework.
|
description: Core libraries for the Angel framework.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_framework
|
homepage: https://github.com/angel-dart/angel_framework
|
||||||
|
|
Loading…
Reference in a new issue