diff --git a/packages/postgres/package.json b/packages/postgres/package.json index ad729482b..6880747f7 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,8 +1,8 @@ { "name": "@keyv/postgres", - "version": "1.4.5", + "version": "1.4.6", "description": "PostgreSQL storage adapter for Keyv", - "main": "dist/index.js", + "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.dist.json",