Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 2383d08

Browse files
authored
Switch from findit to findit2 (#183)
https://www.npmjs.com/package/findit2 seems to fix a few open bugs with findit, which doesn't seem to be maintained anymore. Furthermore, this fixes the issue that findit was intermittently failing to find all the files on windows causing the AppVeyor builds to fail.
1 parent e5637c7 commit 2383d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/scanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var _ = require('lodash');
1919
var fs = require('fs');
2020
var path = require('path');
2121
var crypto = require('crypto');
22-
var findit = require('findit');
22+
var findit = require('findit2');
2323
var split = require('split');
2424

2525
module.exports = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"acorn": "^4.0.3",
6464
"async": "^2.1.2",
6565
"coffee-script": "^1.9.3",
66-
"findit": "^2.0.0",
66+
"findit2": "^2.2.3",
6767
"google-auth-library": "^0.9.5",
6868
"lodash": "^4.12.0",
6969
"request": "^2.61.0",

0 commit comments

Comments
 (0)