Skip to content

Commit 493f4df

Browse files
fix publish config exports
1 parent 90806ff commit 493f4df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "the-moby-effect",
3-
"version": "1.51.2",
3+
"version": "1.51.3",
44
"description": "Moby/Docker API client built using effect-ts",
55
"keywords": [
66
"moby",
@@ -141,8 +141,8 @@
141141
"access": "public",
142142
"exports": {
143143
"./package.json": "./package.json",
144-
".": "./dist/index.ts",
145-
"./*": "./dist/*.ts",
144+
".": "./dist/index.js",
145+
"./*": "./dist/*.js",
146146
"./internal/*": null
147147
}
148148
},

0 commit comments

Comments
 (0)