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

Side by Side 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 unified diff | Download patch
OLDNEW
(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'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698