Skip to content

Commit

Permalink
Move chuk-cb to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanHoyer committed Dec 18, 2012
1 parent b22d9d8 commit 8db6259
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Chukfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// vim:set ft=javascript:

module.exports = function(scope) {
scope.cb = require('./lib/cb')(scope);
scope.cb = require('chuk-cb')(scope);
};
12 changes: 0 additions & 12 deletions lib/cb.js

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"author": "Stephan Hoyer <ste.hoyer@gmail.com>",
"contributors": ["Mario Behrendt <info@mario-behrendt.de>"],
"license": "MIT",
"dependencies": { },
"dependencies": {
"chuk-cb": "*"
},
"bin": {
"chuk": "./bin/chuk"
},
Expand Down
25 changes: 0 additions & 25 deletions test/cb.js

This file was deleted.

0 comments on commit 8db6259

Please sign in to comment.