From a9f7d70cd072444c244dd87683cb1efedefbcb37 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 19 Oct 2023 11:57:40 +0100 Subject: [PATCH] fix package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c334819..0a61cf4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-fetch-cache", + "name": "@fascinated/node-fetch-cache", "version": "3.1.3", "description": "node-fetch with caching.", "main": "src/index.js",