Skip to content

Commit

Permalink
do not require decode, as it's not needed any more
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberndt committed Jan 9, 2020
1 parent 4f2309a commit edd1f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/common.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use strict";

var encode = require('mdurl/encode');
var decode = require('mdurl/decode');

var C_BACKSLASH = 92;

Expand Down

0 comments on commit edd1f4a

Please sign in to comment.