Skip to content

Commit

Permalink
try to fix publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethnym committed May 1, 2024
1 parent 5ff0bc2 commit edc8ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit edc8ab0

Please sign in to comment.