Skip to content

Commit d2e36c6

Browse files
authored
#205 Add './decimal' subpath to exports
1 parent f8b93e0 commit d2e36c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
},
3232
"./decimal.mjs": "./decimal.mjs",
3333
"./decimal.js": "./decimal.js",
34-
"./package.json": "./package.json"
34+
"./package.json": "./package.json",
35+
"./decimal": {
36+
"types": "./decimal.d.ts",
37+
"import": "./decimal.mjs",
38+
"require": "./decimal.js"
39+
}
3540
},
3641
"author": {
3742
"name": "Michael Mclaughlin",

0 commit comments

Comments
 (0)