From d6f73c4778dc8b9a0f426d290175891b07a17020 Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Sun, 11 Jul 2021 09:08:46 -0400 Subject: [PATCH] update description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 223a440..66332db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-fetch-cache", - "version": "3.0.0", - "description": "node-fetch with a persistent cache.", + "version": "3.0.1", + "description": "node-fetch with caching.", "main": "src/index.js", "type": "module", "exports": {