Dependency updates
This commit is contained in:
parent
dffb806dc7
commit
c587d91b52
5 changed files with 19 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -71,3 +71,4 @@ crashlytics.properties
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
fabric.properties
|
fabric.properties
|
||||||
|
|
||||||
|
.dart_tool
|
||||||
|
|
2
CHANGELOG.md
Normal file
2
CHANGELOG.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# 2.0.0
|
||||||
|
* Updates for Dart 2 and Angel 2.
|
4
analysis_options.yaml
Normal file
4
analysis_options.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
include: package:pedantic/analysis_options.yaml
|
||||||
|
analyzer:
|
||||||
|
strong-mode:
|
||||||
|
implicit-casts: false
|
0
example/main.dart
Normal file
0
example/main.dart
Normal file
20
pubspec.yaml
20
pubspec.yaml
|
@ -1,12 +1,14 @@
|
||||||
author: "Tobe O <thosakwe@gmail.com>"
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: "Angel CORS middleware."
|
description: Angel CORS middleware.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.19.0"
|
sdk: ">=2.0.0 <3.0.0"
|
||||||
homepage: "https://github.com/angel-dart/cors.git"
|
homepage: https://github.com/angel-dart/cors.git
|
||||||
name: "angel_cors"
|
name: angel_cors
|
||||||
version: 1.0.0+2
|
version: 2.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_framework: "^1.0.0-dev"
|
angel_framework: ^2.0.0-alpha
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
http: "^0.11.3+9"
|
angel_test: ^2.0.0
|
||||||
test: "^0.12.17"
|
http: ^0.12.0
|
||||||
|
pedantic: ^1.0.0
|
||||||
|
test: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue