This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for Angular's 3.0.0-beta. (#47)
* Prepare for Angular beta. * Fix pubspec.
- Loading branch information
1 parent
10d452c
commit f5eb9ae
Showing
6 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: angular_test | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular_test | ||
description: Testing infrastructure for AngularDart | ||
version: 1.0.0-alpha+6 | ||
version: 1.0.0-beta | ||
|
||
environment: | ||
sdk: '>=1.22.0 <2.0.0' | ||
|
@@ -11,7 +11,7 @@ executables: | |
angular_test: | ||
|
||
dependencies: | ||
angular2: '3.0.0-alpha+1' | ||
angular2: '^3.0.0-alpha+1' | ||
ansicolor: '^0.0.9' | ||
pageloader: '^2.2.5' | ||
|
||
|