Browse Source

Update packages/transport-deno/scripts/build_npm.ts

Co-authored-by: Copilot <[email protected]>
pull/763/head
Dan Ditomaso 11 months ago
committed by GitHub
parent
commit
f959830f68
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/transport-deno/scripts/build_npm.ts

2
packages/transport-deno/scripts/build_npm.ts

@ -20,7 +20,7 @@ await build({
url: "git+https://github.com/username/repo.git", url: "git+https://github.com/username/repo.git",
}, },
bugs: { bugs: {
url: "https://github.com/username/repo/issues", url: "https://github.com/meshtastic/web/issues",
}, },
}, },
postBuild() { postBuild() {

Loading…
Cancel
Save