Skip to content

Commit eac05c2

Browse files
authored
Merge pull request #771 from bergie/js_not_mjs
Point to the correct JS file
2 parents ee9c25f + 1a98771 commit eac05c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"access": "public"
99
},
1010
"type": "module",
11-
"main": "./dist/mod.mjs",
12-
"module": "./dist/mod.mjs",
13-
"types": "./dist/mod.d.mts",
11+
"main": "./dist/mod.js",
12+
"module": "./dist/mod.js",
13+
"types": "./dist/mod.d.ts",
1414
"dependencies": {
1515
"@bufbuild/protobuf": "^2.2.3"
1616
},

0 commit comments

Comments
 (0)