Index: initialize_test_fixtures/pubspec.yaml |
diff --git a/initialize_test_fixtures/pubspec.yaml b/initialize_test_fixtures/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2b386446a25c3d489484a7c1daa0134c7166fb74 |
--- /dev/null |
+++ b/initialize_test_fixtures/pubspec.yaml |
@@ -0,0 +1,10 @@ |
+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.
|
+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.
|
+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.
|
+description: Some fixtures for testing the initialize package |
+homepage: https://github.com/dart-lang/initialize |
+dependencies: |
+ initialize: |
+ path: ../ |
+environment: |
+ sdk: '>=1.4.0 <2.0.0' |