From dab06707c9237627125329bcc5014773b642b57c Mon Sep 17 00:00:00 2001 From: kodemon Date: Fri, 20 Oct 2023 08:44:39 +0000 Subject: [PATCH] fix(package): update main and types targets --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa1212b..2aff67d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@valkyr/db", - "version": "1.0.0", + "version": "1.0.0-rc1", "description": "Simple client side storage solution written in TypeScript.", "repository": "https://github.com/cmdo/valkyr.git", "bugs": "https://github.com/cmdo/valkyr/issues", "license": "MIT", "type": "module", - "main": "./src/index.ts", - "types": "./src/index.ts", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "files": [ "dist" ],