Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-05-15 03:30:04 +0400
committerisaacs <i@izs.me>2014-05-15 03:30:04 +0400
commit2799ecdba78cdf9d40a8dc0eee2ded84fed3d2c1 (patch)
tree200d3f307448de1baf180cfa02b28078ff9a200c
parent43b5eec98b315f89ac706a8e4131c4f079feea78 (diff)
cache: Remove unnecessary exports
-rw-r--r--lib/cache.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cache.js b/lib/cache.js
index e4b53c5f5..63862ce2e 100644
--- a/lib/cache.js
+++ b/lib/cache.js
@@ -50,8 +50,6 @@ adding a local tarball:
*/
exports = module.exports = cache
-cache.read = read
-cache.clean = clean
cache.unpack = unpack
var npm = require("./npm.js")