| OLD | NEW |
| 1 name: pub_dartlang_org | 1 name: pub_dartlang_org |
| 2 version: 0.1.0 | 2 version: 0.1.0 |
| 3 author: Dart Team | 3 author: Dart Team |
| 4 description: The pub.dartlang.org website. | 4 description: The pub.dartlang.org website. |
| 5 dependencies: | 5 dependencies: |
| 6 appengine: '>=0.2.4 <0.3.0' | 6 appengine: '>=0.2.4 <0.3.0' |
| 7 gcloud: '>=0.1.3 <0.2.0' | 7 gcloud: '>=0.1.3 <0.2.0' |
| 8 googleapis: '>=0.5.4 <0.6.0' | 8 googleapis: '>=0.5.4 <0.6.0' |
| 9 googleapis_auth: '>=0.2.2 <0.2.3' | 9 googleapis_auth: '>=0.2.2 <0.2.3' |
| 10 http: '>=0.11.0 <0.12.0' | 10 http: '>=0.11.0 <0.12.0' |
| 11 intl: '>=0.11.0 <0.12.0' | 11 intl: '>=0.11.0 <0.12.0' |
| 12 logging: '>=0.9.3 <1.0.0' | 12 logging: '>=0.9.3 <1.0.0' |
| 13 markdown: '>=0.7.0 <0.8.0' | 13 markdown: '>=0.7.0 <0.8.0' |
| 14 mustache: '>=0.1.8 <0.2.0' | 14 mustache: '>=0.1.8 <0.2.0' |
| 15 pub_server: ">=0.1.0 <0.2.0" |
| 15 shelf: '>=0.5.6 <0.6.0' | 16 shelf: '>=0.5.6 <0.6.0' |
| 16 uuid: ">=0.5.0 <0.5.1" | 17 uuid: ">=0.5.0 <0.5.1" |
| 17 | 18 |
| 18 dev_dependencies: | 19 dev_dependencies: |
| 19 unittest: any | 20 unittest: any |
| 20 | 21 |
| 21 dependency_overrides: | 22 dependency_overrides: |
| 22 pubserver: | |
| 23 path: ../pkg/pubserver | |
| 24 mustache: | 23 mustache: |
| 25 path: ../pkg/mustache | 24 path: ../pkg/mustache |
| 25 pub_server: |
| 26 path: ../pkg/pub_server |
| OLD | NEW |