Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
feat(cacache): exported clearMemoized() utility
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 2, 2017
1 parent b613a70 commit 8d2c5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -5,5 +5,6 @@ module.exports = {
get: require('./get'),
put: require('./put'),
rm: require('./rm'),
verify: require('./verify')
verify: require('./verify'),
clearMemoized: require('./lib/memoization').clearMemoized
}

0 comments on commit 8d2c5b6

Please sign in to comment.