OLD | NEW |
---|---|
(Empty) | |
1 name: initialize_test_fixtures | |
Siggi Cherem (dart-lang)
2015/01/27 20:26:29
after our chat, let's rename this to `test_package
jakemac
2015/01/28 17:52:31
Done.
| |
2 version: 0.1.0 | |
Siggi Cherem (dart-lang)
2015/01/27 20:26:29
if it happens to work without a version, that woul
jakemac
2015/01/28 17:52:31
Done.
| |
3 author: Polymer.dart Authors <web@dartlang.org> | |
Siggi Cherem (dart-lang)
2015/01/27 20:26:29
I think it's ok to remove all entries except the d
jakemac
2015/01/28 17:52:31
Done.
| |
4 description: Some fixtures for testing the initialize package | |
5 homepage: https://github.com/dart-lang/initialize | |
6 dependencies: | |
7 initialize: | |
8 path: ../ | |
9 environment: | |
10 sdk: '>=1.4.0 <2.0.0' | |
OLD | NEW |