From 6d54df992bcecdcee0ffbcf04ffa676d1690ea16 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Wed, 20 Jul 2016 15:00:50 +0300 Subject: [PATCH] Updated the name of the example for angular 2 --- tools/cli/example-repositories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/example-repositories.js b/tools/cli/example-repositories.js index bfedaf58da..42b9b4a16a 100644 --- a/tools/cli/example-repositories.js +++ b/tools/cli/example-repositories.js @@ -14,7 +14,7 @@ export const EXAMPLE_REPOSITORIES = { 'repo': 'https://github.com/meteor/todos', 'branch': 'react', }, - angular2: { + 'angular2-boilerplate': { repo: 'https://github.com/bsliran/angular2-meteor-base' } };