Skip to content

Commit

Permalink
Dart 2 cleanup (flutter#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and kevmoo committed Jul 19, 2018
1 parent 6743193 commit c1225ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.0.5

* Update SDK to 2.0.0-dev.
* Update SDK constraints to `>=2.0.0-dev <3.0.0`.

## 2.0.4

Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml

This file was deleted.

19 changes: 11 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: http_multi_server
version: 2.0.5
author: "Dart Team <[email protected]>"
version: 2.0.6-dev

description: A dart:io HttpServer wrapper that handles requests from multiple servers.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/http_multi_server
description:
A dart:io HttpServer wrapper that handles requests from multiple servers.

environment:
sdk: ">=2.0.0-dev.55.0 <3.0.0"
sdk: '>=2.0.0-dev.55.0 <3.0.0'

dependencies:
async: ">=1.2.0 <3.0.0"
async: '>=1.2.0 <3.0.0'

dev_dependencies:
test: ">=0.12.0 <0.13.0"
http: ">=0.11.0 <0.12.0"
http: '>=0.11.0 <0.12.0'
test: '>=0.12.0 <2.0.0'

0 comments on commit c1225ad

Please sign in to comment.