Skip to content

Commit

Permalink
fix: rewrite deploy script as esm
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent fb83820 commit 1949fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as NodeSSH from "node-ssh";
import {NodeSSH} from "node-ssh";
import {satisfies} from "semver";
import pkg from "./package.json" assert {type: "json"};
import {join, dirname, basename} from "path";
Expand Down

0 comments on commit 1949fbc

Please sign in to comment.