Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Corrected module index
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Mar 18, 2012
1 parent 4e28f4a commit 56bcb40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
exports = module.exports = require('./wendell');
exports = module.exports = {
CommandParser: require('./lib/parser'),
Command: require('./lib/command').Command,
Option: require('./lib/option').Option
};

0 comments on commit 56bcb40

Please sign in to comment.