aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/writer.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/writer.js')
-rw-r--r--docs/src/writer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/writer.js b/docs/src/writer.js
index e5dff59f..dcf78930 100644
--- a/docs/src/writer.js
+++ b/docs/src/writer.js
@@ -2,7 +2,6 @@
* All writing related code here. This is so that we can separate the async code from sync code
* for testability
*/
-require.paths.push(__dirname);
var qfs = require('q-fs');
var Q = require('qq');
var OUTPUT_DIR = "build/docs/";