Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit ebdf71e

Browse files
committed
Fix pubspec for angular_forms and angular_test to publish.
PiperOrigin-RevId: 181220132
1 parent c030e95 commit ebdf71e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angular_forms/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: angular_forms
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Forms framework for AngularDart.
5-
version: 1.0.1-alpha+2
5+
version: 1.0.1-alpha+3
66

77
environment:
88
sdk: '>=2.0.0-dev.3.0 <2.0.0'
99

1010
dependencies:
11-
angular: '^5.0.0-alpha+2'
11+
angular: '^5.0.0-alpha+3'
1212
meta: ^1.0.3
1313

1414
# === vvv REMOVE WHEN PUBLISHING vvv ===

angular_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ executables:
1111
angular_test:
1212

1313
dependencies:
14-
angular: '^5.0.0-alpha+2'
14+
angular: '^5.0.0-alpha+3'
1515
ansicolor: '^0.0.9'
1616
args: '^0.13.7'
1717
collection: '^1.14.0'

0 commit comments

Comments
 (0)