Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: sample | 1 name: convert |
| 2 version: 0.0.1 | 2 version: 0.0.1-dev |
| 3 description: A sample library. | 3 description: Utilities for converting between data representations. |
| 4 author: Dart Team <misc@dartlang.org> | 4 author: Dart Team <misc@dartlang.org> |
| 5 homepage: https://github.com/dart-lang/sample | 5 homepage: https://github.com/dart-lang/convert |
| 6 | 6 |
| 7 environment: | 7 environment: |
| 8 sdk: '>=1.0.0 <2.0.0' | 8 sdk: '>=1.8.0 <2.0.0' |
| 9 | 9 |
| 10 #dependencies: | 10 dependencies: |
| 11 # lib_name: any | 11 charcode: '^1.1.0' |
| 12 | |
| 12 dev_dependencies: | 13 dev_dependencies: |
| 13 # change this to a specific version range when you create your project | 14 test: '^0.12.0' |
| 14 test: any | |
| OLD | NEW |