mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Point to the correct JS file
This commit is contained in:
parent
ee9c25ffe6
commit
1a98771fe3
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue