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

Side by Side Diff: pubspec.yaml

Issue 269823003: Parameterize uri resolution and parsing of options, use package:path (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 name: protoc-plugin 1 name: protoc_plugin
2 version: 0.3.3 2 version: 0.3.4
3 authors: 3 author: Dart Team <misc@dartlang.org>
4 - Dart Team <misc@dartlang.org>
5 description: Protoc compiler plugin to generate Dart code 4 description: Protoc compiler plugin to generate Dart code
6 homepage: https://github.com/dart-lang/protoc-plugin 5 homepage: https://github.com/dart-lang/dart-protoc-plugin
7 environment: 6 environment:
8 sdk: '>=1.0.0 <2.0.0' 7 sdk: '>=1.0.0 <2.0.0'
9 dependencies: 8 dependencies:
10 protobuf: '>=0.3.3' 9 protobuf: '>=0.3.3 <0.4.0'
10 path: '>=1.0.0 <2.0.0'
11 dev_dependencies: 11 dev_dependencies:
12 unittest: '>=0.9.0 < 0.10.0' 12 unittest: '>=0.9.0 <0.11.0'
OLDNEW
« lib/protobuf_field.dart ('K') | « lib/protoc.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698