Dan Ditomaso
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
} |
|
|
|
|