Skip to content

Commit

Permalink
Fixed dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedwell committed May 22, 2015
1 parent b00f28c commit a58a334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/channelFactory.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var connectionPool = require('./connectionPool')
, Promise = require('bluebird')
, _ = require('lodash');

function channelFactory(amqpHost, options) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tortoise",
"homepage": "https://github.com/CompassPHS/tortoise",
"version": "0.1.10",
"version": "0.1.11",
"description": "Client library for AMQP",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a58a334

Please sign in to comment.