Skip to content

Commit

Permalink
dont bind path.relative for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffer committed Feb 14, 2017
1 parent aee3de7 commit 48016b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var path = require('path')
* Vars
*/

var relative = path.relative.bind(path)
var relative = path.relative
var lastCwd = process.cwd()
var cache = {}

Expand Down

0 comments on commit 48016b7

Please sign in to comment.