Skip to content

Commit

Permalink
Fix build_npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Mar 7, 2022
1 parent 324eedb commit 91fe0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ await build({
outDir: "./npm",
shims: {
// see JS docs for overview and more options
deno: "dev",
deno: true,
},
package: {
// package.json properties
name,
version,
author: "Alisue <[email protected]>",
author: "Fixpoint, Inc.",
license: "MIT",
repository: "https://github.com/lambdalisue/deno-sshutil",
repository: "https://github.com/fixpoint/deno-sshutil",
},
});

Expand Down

0 comments on commit 91fe0de

Please sign in to comment.