Skip to content

Commit

Permalink
fix(api): keep memo cache mostly-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 5, 2017
1 parent 2ec1e52 commit 2f72d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module.exports = {
ls: require('./ls'),
get: require('./get'),
memo: require('./lib/memoization'),
put: require('./put'),
rm: require('./rm'),
verify: require('./verify'),
Expand Down

0 comments on commit 2f72d0a

Please sign in to comment.