Skip to content

Commit

Permalink
Revert "build: package.json"
Browse files Browse the repository at this point in the history
This reverts commit e0b6791.
  • Loading branch information
RebeccaStevens committed Jul 7, 2023
1 parent 2f0e6b3 commit 142c812
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
"type": "module",
"exports": {
".": {
"default": "./src/base/index.ts",
"types": {
"import": "./dist/index.d.mts",
"require": "./dist/index.d.cts"
}
},
"./functions": {
"default": "./src/functions/index.ts",
"types": {
"import": "./dist/functions.d.mts",
"require": "./dist/functions.d.cts"
Expand All @@ -38,6 +40,7 @@
"require": "./dist/functions.cjs"
},
"./functions/higher-order": {
"default": "./src/functions-ho/index.ts",
"types": {
"import": "./dist/functions-ho.d.mts",
"require": "./dist/functions-ho.d.cts"
Expand All @@ -46,12 +49,14 @@
"require": "./dist/functions-ho.cjs"
},
"./si-units": {
"default": "./src/si-units/index.ts",
"types": {
"import": "./dist/si-units.d.mts",
"require": "./dist/si-units.d.cts"
}
},
"./si-units/converters": {
"default": "./src/si-units/converters/index.ts",
"types": {
"import": "./dist/si-units-converters.d.mts",
"require": "./dist/si-units-converters.d.cts"
Expand Down Expand Up @@ -145,4 +150,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}

0 comments on commit 142c812

Please sign in to comment.