Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmck committed Feb 14, 2015
1 parent 53d88c0 commit 492555b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/6to5/dir.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function (commander, filenames, opts) {
var dest = path.join(commander.outDir, relative);

var data = util.compile(src, {
sourceFileName: path.relative(dest + '/..', src)
sourceFileName: path.relative(dest + "/..", src)
});

if (commander.sourceMaps) {
Expand Down

0 comments on commit 492555b

Please sign in to comment.