mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
Remove the Angular 2.0.2 template; define the 2.4.5+ template as the standard Angular one. Makes issue #665 no longer apply.
This commit is contained in:
@@ -44,8 +44,7 @@ interface TemplateConfig {
|
||||
}
|
||||
|
||||
const templates: TemplateConfig[] = [
|
||||
{ value: 'angular-2', rootDir: 'angular-2', name: 'Angular 2.0.2', tests: true, mapFilenames: { '^package\\-[\\d\\.]+.json$': false } },
|
||||
{ value: 'angular-245', rootDir: 'angular-2', name: 'Angular 2.4.5 (experimental)', tests: true, mapFilenames: { '^package.json$': false, '^package\\-2\\.4\\.5.json$': 'package.json' } },
|
||||
{ value: 'angular', rootDir: 'angular', name: 'Angular', tests: true },
|
||||
{ value: 'aurelia', rootDir: 'aurelia', name: 'Aurelia', tests: false },
|
||||
{ value: 'knockout', rootDir: 'knockout', name: 'Knockout', tests: false },
|
||||
{ value: 'react', rootDir: 'react', name: 'React', tests: false },
|
||||
|
||||
Reference in New Issue
Block a user