Skip to content

Commit

Permalink
Update to use latest hirelings module
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed May 1, 2013
1 parent 762534b commit 638673d
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 100 deletions.
2 changes: 1 addition & 1 deletion lib/kumascript/macros-worker.js
Expand Up @@ -15,7 +15,7 @@ var ks_api = require(__dirname + '/api');
var ks_macros = require(__dirname + '/macros');
var ks_loaders = require(__dirname + '/loaders');

var self = new hirelings.Hireling();
var self = new hirelings.Worker();

// Quick & dirty mock API that just relays all calls as progress to parent
function ProgressRelay (self, type, method_names) {
Expand Down
10 changes: 8 additions & 2 deletions node_modules/hirelings/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 82 additions & 79 deletions node_modules/hirelings/lib/hirelings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 638673d

Please sign in to comment.