diff --git a/package.json b/package.json index 8d38b11..4a734bf 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "A set of utilities and helpers to work with DatoCMS in a Next.js project.", "source": "src/index.ts", "main": "dist/index.js", + "exports": { + "redis": "./dist/cache-tags-redis.js", + "postgres": "./dist/cache-tags.js" + }, "type": "module", "scripts": { "build": "tsc", @@ -19,7 +23,7 @@ "author": "smartive AG", "license": "MIT", "repository": { - "url": "https://github.com/smartive/datocms-utils", + "url": "git+https://github.com/smartive/datocms-utils.git", "type": "git" }, "devDependencies": {