Skip to content

Commit

Permalink
Bump to libpkgx 0.16
Browse files Browse the repository at this point in the history
Will fix some errors due to invalid pantry parsing

Refs #882
Refs #865
  • Loading branch information
mxcl committed Jan 5, 2024
1 parent 4787466 commit d4af1ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"imports": {
"is-what": "https://deno.land/x/[email protected]/src/index.ts",
"pkgx": "https://deno.land/x/libpkgx@v0.15.2/mod.ts",
"pkgx/": "https://deno.land/x/libpkgx@v0.15.2/src/",
"pkgx": "https://deno.land/x/libpkgx@v0.16.0/mod.ts",
"pkgx/": "https://deno.land/x/libpkgx@v0.16.0/src/",
"outdent": "https://deno.land/x/[email protected]/mod.ts",
"cliffy/": "https://deno.land/x/[email protected]/",
"deno/": "https://deno.land/[email protected]/"
"deno/": "https://deno.land/[email protected]/" // cliffy is on 196, try to consolidate to their choice
}
}

0 comments on commit d4af1ab

Please sign in to comment.