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
|
||||
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
22
pubspec.yaml
22
pubspec.yaml
|
@ -1,12 +1,14 @@
|
|||
author: "Tobe O <thosakwe@gmail.com>"
|
||||
description: "Angel CORS middleware."
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
description: Angel CORS middleware.
|
||||
environment:
|
||||
sdk: ">=1.19.0"
|
||||
homepage: "https://github.com/angel-dart/cors.git"
|
||||
name: "angel_cors"
|
||||
version: 1.0.0+2
|
||||
sdk: ">=2.0.0 <3.0.0"
|
||||
homepage: https://github.com/angel-dart/cors.git
|
||||
name: angel_cors
|
||||
version: 2.0.0
|
||||
dependencies:
|
||||
angel_framework: "^1.0.0-dev"
|
||||
dev_dependencies:
|
||||
http: "^0.11.3+9"
|
||||
test: "^0.12.17"
|
||||
angel_framework: ^2.0.0-alpha
|
||||
dev_dependencies:
|
||||
angel_test: ^2.0.0
|
||||
http: ^0.12.0
|
||||
pedantic: ^1.0.0
|
||||
test: ^1.0.0
|
||||
|
|
Loading…
Reference in a new issue