Browse Source

Fix indentation

pull/773/head
philon- 11 months ago
parent
commit
5ca7cbdc1b
  1. 10
      packages/transport-web-bluetooth/package.json

10
packages/transport-web-bluetooth/package.json

@ -1,10 +1,10 @@
{ {
"name": "@meshtastic/transport-web-bluetooth", "name": "@meshtastic/transport-web-bluetooth",
"version": "0.1.4", "version": "0.1.4",
"description": "A transport layer for Meshtastic applications using Web Bluetooth.", "description": "A transport layer for Meshtastic applications using Web Bluetooth.",
"exports": { "exports": {
".": "./mod.ts" ".": "./mod.ts"
}, },
"main": "./dist/mod.mjs", "main": "./dist/mod.mjs",
"module": "./dist/mod.mjs", "module": "./dist/mod.mjs",
"types": "./dist/mod.d.mts", "types": "./dist/mod.d.mts",

Loading…
Cancel
Save