Skip to content

Commit

Permalink
Compile to UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr committed Aug 1, 2018
1 parent c070c78 commit 012313c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import * as util from './util';

export * from './AccountTrackerController';
export * from './AddressBookController';
export * from './BaseController';
export * from './BlockHistoryController';
export * from './ComposableController';
export * from './CurrencyRateController';
export * from './KeyringController';
export * from './NetworkController';
export * from './NetworkStatusController';
export * from './PhishingController';
export * from './PreferencesController';
export * from './ShapeShiftController';
export * from './TokenRatesController';
export { util };
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": false,
"module": "es6",
"module": "umd",
"moduleResolution": "node",
"noImplicitAny": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit 012313c

Please sign in to comment.