Skip to content

Commit

Permalink
fix(bundle): work around rollup bug rollup/rollup#1322
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Mar 5, 2017
1 parent ad3b356 commit 89884b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @ng2api @module ng2 */ /** for typedoc */
export * from "ui-router-core";

export * from "./interface";
export * from "./decorators/index";
export * from "./providers";
Expand All @@ -8,3 +8,5 @@ export * from "./uiRouterConfig";
export * from "./directives/directives";
export * from "./statebuilders/views";
export * from "./lazyLoad/lazyLoadNgModule";

export * from "ui-router-core";

0 comments on commit 89884b9

Please sign in to comment.