Skip to content

Commit

Permalink
add version specifier for @std/path
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Jul 15, 2024
1 parent 0165c93 commit c02c68c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion process.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from "jsr:@std/path";
import * as path from "jsr:@std/path@1.0.0";
import { SmvRpc } from "./rpc.ts";

export class SmokeviewProcess {
Expand Down

0 comments on commit c02c68c

Please sign in to comment.