From 6419d1ef4aef72ea6115b7de9f8748ebf73547a0 Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Fri, 8 May 2015 23:39:06 +0200 Subject: [PATCH] chore(DEVELOPER.md): Update Dart SDK Version Minimal Version set to 1.10.0-dev.1.10 --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 8c79a08391cd..d118014af8d3 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -22,7 +22,7 @@ if you'd like to contribute to Angular. Before you can build and test Angular, you must install and configure the following products on your development machine: -* [Dart](https://www.dartlang.org) (version ` >=1.9.0 <2.0.0`), specifically the Dart-SDK and +* [Dart](https://www.dartlang.org) (version ` >=1.10.0-dev.1.10 <2.0.0`), specifically the Dart-SDK and Dartium (a version of [Chromium](http://www.chromium.org) with native support for Dart through the Dart VM). One of the **simplest** ways to get both is to install the **Dart Editor bundle**, which includes the editor, SDK and Dartium. See the [Dart tools](https://www.dartlang.org/tools)