Browse Source

Update packages/transport-http/package.json

Co-authored-by: Copilot <[email protected]>
pull/722/head
Dan Ditomaso 12 months ago
committed by GitHub
parent
commit
5024a43837
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/transport-http/package.json

2
packages/transport-http/package.json

@ -2,7 +2,7 @@
"name": "@meshtastic/transport-http",
"version": "0.2.2",
"description": "A transport layer for Meshtastic applications using HTTP.",
"exports": "./mod.ts",
"exports": {".": "./mod.ts"},
"tasks": {
"build": "deno build"
}

Loading…
Cancel
Save