Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: initialize_test_fixtures/pubspec.yaml

Issue 880713002: add LibraryIdentifier (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'

Powered by Google App Engine
This is Rietveld 408576698