Skip to content

Commit ae88c3d

Browse files
authored
use sha256 instead of md5
1 parent be395cd commit ae88c3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lib/shared.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const Appdir = require('appdirectory');
22
const rimraf = require('rimraf');
3-
//const md5File = require('md5-file');
43
const glob = require('glob-all');
54
const path = require('path');
65
const fse = require('fs-extra');
@@ -102,7 +101,7 @@ function getUserCachePath(options) {
102101
* @param {string} fullpath
103102
* @return {string}
104103
*/
105-
function md5Path(fullpath) {
104+
function sha256Path(fullpath) {
106105
return sha256File(fullpath);
107106
}
108107

0 commit comments

Comments
 (0)