Skip to content

Commit

Permalink
[client-app] Fix missing depedency for imap-provider-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jstejada committed Mar 14, 2017
1 parent af7d8c9 commit 87acb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint global-require: 0 */

import crypto from 'crypto';
import {CommonProviderSettings} from 'imap-provider-settings'
import {CommonProviderSettings} from 'isomorphic-core'
import {
N1CloudAPI,
NylasAPI,
Expand Down
1 change: 1 addition & 0 deletions packages/isomorphic-core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
HookIncrementVersionOnSave: require('./src/hook-increment-version-on-save'),
BackoffScheduler: require('./src/backoff-schedulers').BackoffScheduler,
ExponentialBackoffScheduler: require('./src/backoff-schedulers').ExponentialBackoffScheduler,
CommonProviderSettings: require('imap-provider-settings').CommonProviderSettings,
MetricsReporter: require('./src/metrics-reporter').default,
MessageFactory: require('./src/message-factory'),
SendUtils: require('./src/send-utils'),
Expand Down

0 comments on commit 87acb23

Please sign in to comment.