Skip to content

Commit

Permalink
Use libpkgx 0.17; Fixes unicode.org conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 28, 2024
1 parent b41c812 commit 66816a8
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 @@ -34,10 +34,10 @@
},
"imports": {
"is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts",
"pkgx": "https://deno.land/x/libpkgx@v0.16.0/mod.ts",
"pkgx/": "https://deno.land/x/libpkgx@v0.16.0/src/",
"pkgx": "https://deno.land/x/libpkgx@v0.17.0/mod.ts",
"pkgx/": "https://deno.land/x/libpkgx@v0.17.0/src/",
"outdent": "https://deno.land/x/outdent@v0.8.0/mod.ts",
"cliffy/": "https://deno.land/x/cliffy@v1.0.0-rc.3/",
"deno/": "https://deno.land/std@0.204.0/" // cliffy is on 196, try to consolidate to their choice
"deno/": "https://deno.land/std@0.196.0/" // cliffy is on 196 so we standardized on it
}
}

0 comments on commit 66816a8

Please sign in to comment.