We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a808100 commit cb784f7Copy full SHA for cb784f7
deno.jsonc
@@ -35,7 +35,8 @@
35
"@std/yaml": "jsr:@std/yaml@^1.0.5",
36
"is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts",
37
"outdent": "jsr:@cspotcode/outdent@^0.8",
38
- "pkgx": "https://deno.land/x/libpkgx@v0.20.1/mod.ts",
39
- "pkgx/": "https://deno.land/x/libpkgx@v0.20.1/src/"
+ // TODO: revert this before merging
+ "pkgx": "https://raw.githubusercontent.com/felipecrs/libpkgx/refs/heads/fix-pantry-not-found/mod.ts",
40
+ "pkgx/": "https://raw.githubusercontent.com/felipecrs/libpkgx/refs/heads/fix-pantry-not-found/src/"
41
}
42
0 commit comments