Skip to content

Commit

Permalink
Merge pull request #93 from carrot/greenkeeper-update-all
Browse files Browse the repository at this point in the history
Update all dependencies 🌴
  • Loading branch information
kylemac committed Oct 16, 2015
2 parents 6e8e04e + 1837bf9 commit bfa5025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- 0.10
before_script:
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ exports.isGitURL = function (str) {
*/

exports.isBinaryFile = function (src) {
return isBinaryFile(src);
return isBinaryFile.sync(src);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bluebird": "^2.9.27",
"coffee-script": "^1.9.3",
"ejs": "^2.3.1",
"isbinaryfile": "^2.0.4",
"isbinaryfile": "^3.0.0",
"js-yaml": "^3.3.1",
"lodash": "^3.9.3",
"minimatch": "^3.0.0",
Expand Down

0 comments on commit bfa5025

Please sign in to comment.