From dcd52a881bf8ebddd27fbc29c98f44e6fa198989 Mon Sep 17 00:00:00 2001 From: kurttheviking Date: Sun, 28 Dec 2014 13:03:30 -0800 Subject: [PATCH] keyword update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e109a8e..3863283 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "bluecache", "description": "In-memory, read-through, Promises/A+, lru-cache", - "version": "0.2.1", + "version": "0.2.2", "author": "kurttheviking ", "contributors": [ "kurttheviking " ], "keywords": [ - "cache", + "lru cache", "read-through cache", "in-memory cache", "promise",