Skip to content

Commit

Permalink
Remove unnecessary dependencies.
Browse files Browse the repository at this point in the history
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//1996553003 .
  • Loading branch information
nex3 committed May 19, 2016
1 parent 5abb5aa commit d0c1ea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.1

* Remove unnecessary dependencies.

## 3.0.0

* All deprecated APIs have been removed. No new APIs have been added. Packages
Expand Down
5 changes: 1 addition & 4 deletions pubspec.yaml
@@ -1,15 +1,12 @@
name: http_parser
version: 3.0.1-dev
version: 3.0.1
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/http_parser
description: >
A platform-independent package for parsing and serializing HTTP formats.
dependencies:
async: "^1.3.0"
collection: ">=0.9.1 <2.0.0"
crypto: ">=0.9.2 <2.0.0"
source_span: "^1.0.0"
stream_channel: "^1.0.0"
string_scanner: ">=0.0.0 <0.2.0"
dev_dependencies:
test: "^0.12.0"
Expand Down

0 comments on commit d0c1ea0

Please sign in to comment.