Skip to content

Commit

Permalink
readline: drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Oct 12, 2024
1 parent 8f47838 commit 6fcc55e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/codedown.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
'use strict';

var marked = root.marked || require('marked');
var readline = root.readline || require('readline');
var minimatch = root.minimatch || require("minimatch");

var codedown = function(src, lang, separator, targetSection) {
Expand Down

0 comments on commit 6fcc55e

Please sign in to comment.