Skip to content

Commit 1f870d2

Browse files
committed
fix(module): add module configuration
1 parent af38f36 commit 1f870d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@leanmind/monads",
33
"main": "dist/index.js",
4+
"module": "dist/index.js",
45
"types": "dist/index.d.ts",
56
"version": "0.0.0-semantically-released",
67
"description": "A collection of monads implemented in TypeScript using object-oriented programming.",

0 commit comments

Comments
 (0)