diff --git a/package.json b/package.json index 5d427dc..eeb7eb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ackee/kesha", "description": "Caching utils based on ioredis and dataloaders", - "version": "0.3.0", + "version": "0.4.0", "author": "Pavel Švagr ", "contributors": [ "Pavel Švagr ", @@ -20,7 +20,12 @@ "node": ">=18" }, "license": "MIT", - "keywords": ["cache", "redis", "dataloader", "utils"], + "keywords": [ + "cache", + "redis", + "dataloader", + "utils" + ], "scripts": { "build": "tsc", "test": "jest --colors --forceExit --runInBand",