Skip to content

Commit

Permalink
fix: exports in package json are not included
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexXanderGrib committed Jun 28, 2024
1 parent 1cee51a commit ca05bbf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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.0",
"version": "4.0.1",
"description": "🚀 Efficient Monads for JS: Maybe (Option) and Either (Result), Identity",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -68,6 +68,15 @@
"index.js",
"index.mjs",
"index.d.ts",
"either.js",
"either.mjs",
"either.d.ts",
"identity.js",
"identity.mjs",
"identity.d.ts",
"maybe.js",
"maybe.mjs",
"maybe.d.ts",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
Expand Down

0 comments on commit ca05bbf

Please sign in to comment.