Skip to content

Commit

Permalink
feat: hoodie.connectionStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 25, 2015
1 parent beb296c commit 14612ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = Hoodie
var Store = require('pouchdb-hoodie-store')
var Account = require('account-client')
var Task = function () {}
var ConnectionStatus = require('hoodie-client-connection-status')
var Log = require('hoodie-client-log')

var getState = require('./lib/get-state')
Expand All @@ -20,6 +21,7 @@ function Hoodie (options) {

api.account = new Account({ url: '/hoodie/account/api' })
api.task = new Task('/hoodie/task/api')
api.connectionStatus = new ConnectionStatus('/hoodie')
api.log = new Log('hoodie')

return api
Expand Down

0 comments on commit 14612ed

Please sign in to comment.