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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 2506653002: Bumping version to 1.0.1, to be published. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « reflectable/CHANGELOG.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: test_reflectable 1 name: test_reflectable
2 description: > 2 description: >
3 This package contains tests which depend on package reflectable 3 This package contains tests which depend on package reflectable
4 and which are transformed by the transformer in that package. 4 and which are transformed by the transformer in that package.
5 version: 1.0.0 5 version: 1.0.1
6 author: The Dart Team <dart@google.com> 6 author: The Dart Team <dart@google.com>
7 homepage: https://www.github.com/dart-lang/reflectable 7 homepage: https://www.github.com/dart-lang/reflectable
8 dependencies: 8 dependencies:
9 reflectable: 9 reflectable:
10 path: ../reflectable 10 path: ../reflectable
11 dev_dependencies: 11 dev_dependencies:
12 unittest: ^0.11.0 12 unittest: ^0.11.0
13 transformers: 13 transformers:
14 - reflectable: 14 - reflectable:
15 entry_points: ["test/*_test.dart"] 15 entry_points: ["test/*_test.dart"]
16 formatted: true 16 formatted: true
17 - $dart2js: 17 - $dart2js:
18 $include: [] 18 $include: []
OLDNEW
« no previous file with comments | « reflectable/CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698