Chromium Code Reviews| OLD | NEW |
|---|---|
| 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' |
| OLD | NEW |