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

Unified Diff: pubspec.yaml

Issue 1657173004: pkg/resource: Fix library name of browser_resource (Closed) Base URL: https://github.com/dart-lang/resource@master
Patch Set: Created 4 years, 11 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 | « lib/browser_resource.dart ('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 5b3d5f55f436987f15492df37f314dbaf6b03d1a..e6773452ff5decfbfd20824f85b4abda7da49df2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
name: resource
-version: 1.1.0
+version: 1.1.1-dev
description: Reading resource data from (package and other) files.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/resource
environment:
- sdk: '>=1.14.0-any <2.0.0'
+ sdk: '>=1.14.0 <2.0.0'
dependencies:
typed_data: "^1.0.0"
« no previous file with comments | « lib/browser_resource.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698