Skip to content

Commit

Permalink
Angular Cli team changed the angular-cli.json file to .angular-cli.js… (
Browse files Browse the repository at this point in the history
#750)

* Angular Cli team changed the angular-cli.json file to .angular-cli.json in beta-32

* Keep both versions for backwards compatibility
  • Loading branch information
ulic75 authored and robertohuertasm committed Feb 18, 2017
1 parent 9caaffc commit 57b08bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon-manifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const extensions: IFileCollection = {
{ icon: 'actionscript', extensions: [], languages: [languages.actionscript], format: FileFormat.svg },
{ icon: 'ai', extensions: ['ai'], format: FileFormat.svg },
{ icon: 'ai2', extensions: ['ai'], format: FileFormat.svg, disabled: true },
{ icon: 'angular', extensions: ['angular-cli.json'], filename: true, format: FileFormat.svg },
{ icon: 'angular', extensions: ['.angular-cli.json', 'angular-cli.json'], filename: true, format: FileFormat.svg },
{ icon: 'ng_component_ts', extensions: ['component.ts'], format: FileFormat.svg },
{ icon: 'ng_component_js', extensions: ['component.js'], format: FileFormat.svg },
{ icon: 'ng_controller_ts', extensions: ['controller.ts'], format: FileFormat.svg },
Expand Down

0 comments on commit 57b08bf

Please sign in to comment.