Skip to content

Commit

Permalink
Lock the std lib used in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 26, 2023
1 parent 9ffd664 commit 9f6f0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-changed-npm-packages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as path from "https://deno.land/std/path/mod.ts";
import * as bufio from "https://deno.land/std/io/buffer.ts";
import * as path from "https://deno.land/std@0.164.0/path/mod.ts";
import * as bufio from "https://deno.land/std@0.164.0/io/buffer.ts";

// Loop through generated packages, deploying versions for anything which has a different tsconfig
const uploaded = []
Expand Down

0 comments on commit 9f6f0fc

Please sign in to comment.