We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be395cd commit ae88c3dCopy full SHA for ae88c3d
lib/shared.js
@@ -1,6 +1,5 @@
1
const Appdir = require('appdirectory');
2
const rimraf = require('rimraf');
3
-//const md5File = require('md5-file');
4
const glob = require('glob-all');
5
const path = require('path');
6
const fse = require('fs-extra');
@@ -102,7 +101,7 @@ function getUserCachePath(options) {
102
101
* @param {string} fullpath
103
* @return {string}
104
*/
105
-function md5Path(fullpath) {
+function sha256Path(fullpath) {
106
return sha256File(fullpath);
107
}
108
0 commit comments