Commit 9867d750 by Kyle Kirby

Fixed #167 where multiple instances of Optimist would conflict.

I removed the export of the cli interface since there is no documentation of it, nor is it being used anywhere within the library. I think this is the best solution.
parent cb3761e7
...@@ -89,4 +89,3 @@ exports.renderSync = function(options) { ...@@ -89,4 +89,3 @@ exports.renderSync = function(options) {
}; };
exports.middleware = require('./lib/middleware'); exports.middleware = require('./lib/middleware');
exports.cli = require('./lib/cli');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment