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

Commit

Permalink
Fix pubspec for angular_forms and angular_test to publish.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 181220132
  • Loading branch information
alorenzen committed Jan 8, 2018
1 parent c030e95 commit ebdf71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions angular_forms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: angular_forms
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 1.0.1-alpha+2
version: 1.0.1-alpha+3

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

dependencies:
angular: '^5.0.0-alpha+2'
angular: '^5.0.0-alpha+3'
meta: ^1.0.3

# === vvv REMOVE WHEN PUBLISHING vvv ===
Expand Down
2 changes: 1 addition & 1 deletion angular_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executables:
angular_test:

dependencies:
angular: '^5.0.0-alpha+2'
angular: '^5.0.0-alpha+3'
ansicolor: '^0.0.9'
args: '^0.13.7'
collection: '^1.14.0'
Expand Down

0 comments on commit ebdf71e

Please sign in to comment.