Skip to content

Commit 91fe0de

Browse files
committed
Fix build_npm
1 parent 324eedb commit 91fe0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build_npm.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ await build({
1717
outDir: "./npm",
1818
shims: {
1919
// see JS docs for overview and more options
20-
deno: "dev",
20+
deno: true,
2121
},
2222
package: {
2323
// package.json properties
2424
name,
2525
version,
26-
author: "Alisue <lambdalisue@gmail.com>",
26+
author: "Fixpoint, Inc.",
2727
license: "MIT",
28-
repository: "https://github.com/lambdalisue/deno-sshutil",
28+
repository: "https://github.com/fixpoint/deno-sshutil",
2929
},
3030
});
3131

0 commit comments

Comments
 (0)