Skip to content

Commit

Permalink
feat: switch from git to npm version of recursive-readdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Grander committed Jun 23, 2016
1 parent bbc9bbd commit c559172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/protect/patch.js
Expand Up @@ -5,7 +5,7 @@ var now = new Date();
var debug = require('debug')('snyk');
var Promise = require('es6-promise').Promise; // jshint ignore:line
var chalk = require('chalk');
var recursive = require('recursive-readdir');
var recursive = require('snyk-recursive-readdir');
var request = require('request');
var tempfile = require('tempfile');
var fs = require('then-fs');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"node-uuid": "^1.4.3",
"open": "^0.0.5",
"os-name": "^1.0.3",
"recursive-readdir": "https://github.com/Snyk/recursive-readdir",
"snyk-recursive-readdir": "^2.0.0",
"request": "^2.60.0",
"semver": "^5.1.0",
"snyk-config": "1.0.1",
Expand Down

0 comments on commit c559172

Please sign in to comment.