chore(packaging): update import for the new file structure

This commit is contained in:
Yegor Jbanov
2015-02-05 13:08:05 -08:00
parent 3820609f24
commit 3f228669d7
134 changed files with 603 additions and 646 deletions

View File

@ -1,13 +1,13 @@
export * from './src/annotations/annotations';
export * from './src/annotations/visibility';
export * from './src/compiler/interfaces';
export * from './src/annotations/template_config';
export * from './src/core/annotations/annotations';
export * from './src/core/annotations/visibility';
export * from './src/core/compiler/interfaces';
export * from './src/core/annotations/template_config';
export * from './src/application';
export * from './src/core/application';
export * from './src/compiler/compiler';
export * from './src/compiler/template_loader';
export * from './src/compiler/view';
export * from './src/compiler/viewport';
export * from './src/core/compiler/compiler';
export * from './src/core/compiler/template_loader';
export * from './src/core/compiler/view';
export * from './src/core/compiler/viewport';
export * from './src/dom/element';
export * from './src/core/dom/element';