From edc8ab02c6b17e1bb5f38b22695a8c389b9da2a6 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 1 May 2024 16:33:58 +0100 Subject: [PATCH] try to fix publish issue --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a552557..d89004d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "trycat", - "version": "0.1.0", + "version": "0.2.0", "description": "A lightweight, type-safe, zero-dependency implementation of the Result type.", "keywords": ["result", "result-type", "error-handling", "error", "monad", "rust", "rust-result"], "author": "kennethnym", "license": "MIT", + "type": "module", "main": "./dist/trycat.js", "module": "./dist/trycat.mjs", "types": "./dist/trycat.d.ts", + "files": ["dist", "LICENSE", "README.md", "package.json"], "exports": { ".": { "require": "./dist/trycat.js",