Pub nits
This commit is contained in:
parent
e403f5da2d
commit
4f642cec90
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
import 'dart:convert';
|
||||||
import 'dart:io' show HttpDate;
|
import 'dart:io' show HttpDate;
|
||||||
import 'package:angel_framework/angel_framework.dart';
|
import 'package:angel_framework/angel_framework.dart';
|
||||||
import 'package:dart2_constant/convert.dart';
|
|
||||||
import 'package:file/file.dart';
|
import 'package:file/file.dart';
|
||||||
//import 'package:intl/intl.dart';
|
//import 'package:intl/intl.dart';
|
||||||
import 'package:mime/mime.dart';
|
import 'package:mime/mime.dart';
|
||||||
|
|
|
@ -8,10 +8,13 @@ version: 2.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_framework: ^2.0.0-alpha
|
angel_framework: ^2.0.0-alpha
|
||||||
file: ^5.0.0
|
file: ^5.0.0
|
||||||
|
http_parser: ^3.0.0
|
||||||
mime: ^0.9.3
|
mime: ^0.9.3
|
||||||
path: ^1.4.2
|
path: ^1.4.2
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_test: ^2.0.0-alpha
|
angel_test: ^2.0.0-alpha
|
||||||
http: ^0.11.3
|
http: ^0.11.3
|
||||||
|
logging: ^0.11.0
|
||||||
|
matcher: ^0.12.0
|
||||||
mustache4dart: ^3.0.0-dev.0.0
|
mustache4dart: ^3.0.0-dev.0.0
|
||||||
test: ^1.0.0
|
test: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue