Skip to content

Commit

Permalink
fix: /types import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexXanderGrib committed Jul 10, 2024
1 parent ca05bbf commit aafcea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monads-io",
"version": "4.0.1",
"version": "4.0.2",
"description": "🚀 Efficient Monads for JS: Maybe (Option) and Either (Result), Identity",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -77,6 +77,7 @@
"maybe.js",
"maybe.mjs",
"maybe.d.ts",
"types.d.ts",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
Expand Down

0 comments on commit aafcea3

Please sign in to comment.