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 May 8, 2017
1 parent ccef213 commit befb50a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/index.ts
Expand Up @@ -3,10 +3,6 @@
* @module ng1
*/ /** */

import * as core from "@uirouter/core";
export { core };
export * from "@uirouter/core";

export * from "./interface";
export * from "./services";
export * from "./statebuilders/views";
Expand All @@ -20,3 +16,8 @@ import "./directives/viewDirective";
import "./viewScroll";

export default "ui.router";

import * as core from "@uirouter/core";
export { core };
export * from "@uirouter/core";

0 comments on commit befb50a

Please sign in to comment.