Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #275 from bookchin/master
Browse files Browse the repository at this point in the history
v2.1.0 (BucketsRouter Refactor + Test coverage)
  • Loading branch information
bookchin committed Nov 13, 2016
2 parents a7a377c + 8485d21 commit b391791
Show file tree
Hide file tree
Showing 8 changed files with 2,320 additions and 529 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
4.4.3
6.9.1
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "4.4.3"
- "6.9.1"
after_script:
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
Expand Down
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -13,5 +13,8 @@ module.exports.Config = require('./lib/config');
/** {@link Server} */
module.exports.Server = require('./lib/server');

/** {@link module:storj-bridge/utils} */
module.exports.utils = require('./lib/utils');

/** {@link module:storj-bridge/logger} */
module.exports.logger = require('./lib/logger');

0 comments on commit b391791

Please sign in to comment.