Merge pull request #771 from bergie/js_not_mjs

Point to the correct JS file
This commit is contained in:
Ben Meadors 2025-09-11 08:38:47 -05:00 committed by GitHub
commit eac05c2d62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,9 @@
"access": "public"
},
"type": "module",
"main": "./dist/mod.mjs",
"module": "./dist/mod.mjs",
"types": "./dist/mod.d.mts",
"main": "./dist/mod.js",
"module": "./dist/mod.js",
"types": "./dist/mod.d.ts",
"dependencies": {
"@bufbuild/protobuf": "^2.2.3"
},