refactor(compiler): rename /compiler_cli to /compiler-cli

This commit is contained in:
Victor Berchet
2016-06-02 11:33:53 -07:00
parent 01dd7dde24
commit 1090601e8b
33 changed files with 16 additions and 16 deletions

View File

@ -34,5 +34,5 @@
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tree/master/tools/compiler_cli"
"homepage": "https://github.com/angular/angular/tree/master/tools/compiler-cli"
}

View File

@ -13,7 +13,7 @@ import {
StaticReflector,
StaticReflectorHost,
StaticSymbol
} from '@angular/compiler_cli/src/static_reflector';
} from '@angular/compiler-cli/src/static_reflector';
describe('StaticReflector', () => {
let noContext = new StaticSymbol('', '');

View File

@ -20,7 +20,7 @@
"experimentalDecorators": true,
"rootDir": ".",
"sourceRoot": ".",
"outDir": "../../../dist/packages-dist/compiler_cli",
"outDir": "../../../dist/packages-dist/compiler-cli",
"declaration": true
},
"exclude": ["integrationtest"],