diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-03-28 19:49:00 -0400 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-04 17:39:26 -0700 |
commit | ba3a576d5ae23bed296e9d2329b42e975482fc1a (patch) | |
tree | 8643552038358ab05035cbd2a3709f66218c9cb7 /package.json | |
parent | b0a72982b50cf6eef619bbdb0d81e76ece78bd6c (diff) | |
download | patchfoo-ba3a576d5ae23bed296e9d2329b42e975482fc1a.tar.gz patchfoo-ba3a576d5ae23bed296e9d2329b42e975482fc1a.zip |
Use hashlru, for efficiency
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ad73c8e..f8b0bac 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "emoji-server": "^1.0.0", "human-time": "^0.0.1", "hyperscript": "^2.0.2", - "lrucache": "^1.0.2", + "hashlru": "^2.1.0", "mime-types": "^2.1.12", "multicb": "^1.2.1", "pull-cat": "^1.1.11", |