Skip to content

Commit

Permalink
Merge pull request #132 from zettajs/expose-registries
Browse files Browse the repository at this point in the history
zetta package exposes device registry and peer registry files
  • Loading branch information
AdamMagaluk committed Jan 30, 2015
2 parents dd283e0 + 536b832 commit 6a99566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zetta_runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ var exp = function(options) {
exp.Device = require('zetta-device');
exp.HttpDevice = require('zetta-http-device');
exp.Scout = require('zetta-scout');
exp.DeviceRegistry = require('./lib/device_registry')
exp.PeerRegistry = require('./lib/peer_registry')

module.exports = exp;

0 comments on commit 6a99566

Please sign in to comment.