Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Fixed #167 where multiple instances of Optimist would conflict.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kkirby committed Oct 5, 2013
1 parent cb3761e commit 9867d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ exports.renderSync = function(options) {
};

exports.middleware = require('./lib/middleware');
exports.cli = require('./lib/cli');

0 comments on commit 9867d75

Please sign in to comment.