Skip to content

Commit

Permalink
Add a better esm entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Smith authored and Kevin Smith committed Oct 30, 2019
1 parent aad3f58 commit 328fb66
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 43 deletions.
5 changes: 5 additions & 0 deletions esm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Observable } from './src/Observable.js';

export default Observable;
export { Observable };
export * from './src/extras.js';
Loading

0 comments on commit 328fb66

Please sign in to comment.