Skip to content

Commit

Permalink
Avoid implicit type coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingCode committed Apr 8, 2018
1 parent f668318 commit 8cd8339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (opt) {
bare: false,
coffee: require('coffeescript'),
header: false,
sourceMap: !!file.sourceMap,
sourceMap: Boolean(file.sourceMap),
sourceRoot: false,
literate: /\.(litcoffee|coffee\.md)$/.test(file.path),
filename: file.path,
Expand Down

0 comments on commit 8cd8339

Please sign in to comment.