Skip to content

Commit

Permalink
[refactor] Use haibu-api
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 8, 2012
1 parent a366dfa commit 981859d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 319 deletions.
174 changes: 0 additions & 174 deletions lib/haibu/drone/client.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/haibu/drone/index.js
Expand Up @@ -17,7 +17,7 @@ var fs = require('fs'),
// Export other components in the module
//
exports.Drone = require('./drone').Drone;
exports.Client = require('./client').Client;
exports.Client = require('haibu-api').Client;
exports.started = false;

//
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -21,6 +21,7 @@
"eyes": "0.1.7",
"flatiron": "0.2.3",
"forever-monitor": "1.0.1",
"haibu-api": "0.9.0",
"haibu-carapace": "0.7.0",
"npm": "1.0.106",
"optimist": "0.3.4",
Expand Down
144 changes: 0 additions & 144 deletions test/drone/client-test.js

This file was deleted.

0 comments on commit 981859d

Please sign in to comment.