Skip to content

Commit 3d6723c

Browse files
committed
Update package.json and requires
1 parent 0058fb0 commit 3d6723c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/update-global-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var path = require('path');
4-
var md5 = require('MD5');
4+
var md5 = require('md5');
55

66
function updateGlobalCache(globals, context, dataDir, done) {
77
var dest = path.join(dataDir, 'node_modules');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"npm": "^2.7.1",
2121
"n": "^1.3.0",
22-
"MD5": "^1.1.0",
22+
"md5": "^1.0.0",
2323
"async": "^1.0.0",
2424
"fs-extra": "^0.8.1"
2525
},

0 commit comments

Comments
 (0)