Skip to content

Commit 20ec3f3

Browse files
committed
Add exports field in package.json
1 parent 242ed4b commit 20ec3f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Data analysis model package without any dependencies",
55
"type": "module",
66
"main": "./lib/index.js",
7+
"exports": {
8+
".": "./lib/index.js",
9+
"./*": "./lib/*.js"
10+
},
711
"files": [
812
"lib/**/*"
913
],

0 commit comments

Comments
 (0)