Skip to content

Commit

Permalink
refactor: replace @hoodie/{account,store}-client with @hoodie/{accoun…
Browse files Browse the repository at this point in the history
…t,store}
  • Loading branch information
gr2m committed Oct 22, 2016
1 parent abba330 commit 2e6bde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/get-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = getApi
var defaultsDeep = require('lodash/defaultsDeep')

var internals = module.exports.internals = {}
internals.Store = require('@hoodie/store/client')
internals.Account = require('@hoodie/account/client')
internals.Store = require('@hoodie/store-client')
internals.Account = require('@hoodie/account-client')
internals.ConnectionStatus = require('@hoodie/connection-status/client')
internals.Log = require('@hoodie/log/client')

Expand Down

0 comments on commit 2e6bde4

Please sign in to comment.