Skip to content

Commit

Permalink
Fix casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Jan 21, 2016
1 parent c9b6479 commit 22699db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/preprocessor.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var fs = require('graceful-fs')
var crypto = require('crypto')
var mm = require('minimatch')
var isBinaryFile = require('isBinaryFile')
var isBinaryFile = require('isbinaryfile')

var log = require('./logger').create('preprocess')

Expand Down

0 comments on commit 22699db

Please sign in to comment.