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

Unified Diff: pubspec.yaml

Issue 2030283004: pkg/dart-protoc-plugin: include missing fixnum dependency (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | 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 429a237226226a1b862a676ae031b0a45709a2c3..039f24a9dc0da65d9252b92b17ac473ead42fbe3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,13 +1,14 @@
name: protoc_plugin
-version: 0.6.0+1
+version: 0.6.1-dev
author: Dart Team <misc@dartlang.org>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/dart-protoc-plugin
environment:
- sdk: '>=1.0.0 <2.0.0'
+ sdk: '>=1.8.3 <2.0.0'
dependencies:
- protobuf: '>=0.5.1 <0.6.0'
- path: '>=1.0.0 <2.0.0'
+ fixnum: ^0.10.5
+ path: ^1.0.0
+ protobuf: ^0.5.1
dev_dependencies:
browser: any
- test: '>=0.12.0 <0.13.0'
+ test: ^0.12.0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698