From 9867d7509dbb4537b00c1405d2771f466fcc1af7 Mon Sep 17 00:00:00 2001 From: Kyle Kirby Date: Sat, 5 Oct 2013 11:03:45 -0500 Subject: [PATCH] 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. --- sass.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sass.js b/sass.js index 0a39ce6ab..3d3bcc536 100644 --- a/sass.js +++ b/sass.js @@ -89,4 +89,3 @@ exports.renderSync = function(options) { }; exports.middleware = require('./lib/middleware'); -exports.cli = require('./lib/cli');