Dan Ditomaso
11 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-deno/scripts/build_npm.ts
|
|
|
@ -14,7 +14,7 @@ await build({ |
|
|
|
name: "@meshtastic/transport-deno", |
|
|
|
version: Deno.args[0], |
|
|
|
description: "A Deno transport layer for your project, enabling seamless integration with npm.", |
|
|
|
license: "MIT", |
|
|
|
license: "GPL-3.0-only", |
|
|
|
repository: { |
|
|
|
type: "git", |
|
|
|
url: "git+https://github.com/username/repo.git", |
|
|
|
|