From f8418bf31b8d73ac6d50511ddf19579ce98faf5c Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 23 Dec 2016 12:48:55 +0700 Subject: [PATCH] Update description and keywords --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36f67e3..d457338 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "expired", "version": "0.1.0", - "description": "Calculate when HTTP cache headers expire", + "description": "Calculate when HTTP responses expire from the cache headers", "main": "src/index.js", "scripts": { "test": "nyc ava", @@ -13,12 +13,14 @@ "url": "git+https://github.com/lukechilds/expired.git" }, "keywords": [ + "calculate", "HTTP", - "cache", - "headers", - "expire", + "response", "expires", - "expirey" + "expire", + "expirey", + "cache", + "headers" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT",