Skip to content

Commit

Permalink
fix(build): make CJS references to import X from '../operators' work …
Browse files Browse the repository at this point in the history
…correctly with SystemJS (#2874)
  • Loading branch information
jasonaden authored and benlesh committed Sep 27, 2017
1 parent c674581 commit 3dd4cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operators.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './operators/index';

0 comments on commit 3dd4cc4

Please sign in to comment.