Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1312)

Unified Diff: pubspec.yaml

Issue 1996553003: Remove unnecessary dependencies. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index c03e59da2a6b8bb592f1a7c73318eaca8de9c1c3..0cf276a8626e7fb6f48eb265dedb5996f5906a7e 100644
--- a/pubspec.yaml
+++ b/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"
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698