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,7 +1,7 @@
export {Inject, InjectPromise, InjectLazy, DependencyAnnotation} from './src/annotations';
export {Injector} from './src/injector';
export {Binding, Dependency, bind} from './src/binding';
export {Key, KeyRegistry} from './src/key';
export {Inject, InjectPromise, InjectLazy, DependencyAnnotation} from './src/di/annotations';
export {Injector} from './src/di/injector';
export {Binding, Dependency, bind} from './src/di/binding';
export {Key, KeyRegistry} from './src/di/key';
export {KeyMetadataError, NoProviderError, ProviderError, AsyncBindingError, CyclicDependencyError,
InstantiationError, InvalidBindingError, NoAnnotationError} from './src/exceptions';
export {OpaqueToken} from './src/opaque_token';
InstantiationError, InvalidBindingError, NoAnnotationError} from './src/di/exceptions';
export {OpaqueToken} from './src/di/opaque_token';