We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$MODULE_VERSION
1 parent 0ba0f62 commit b6a24ebCopy full SHA for b6a24eb
deno.jsonc
@@ -1,5 +1,8 @@
1
{
2
"lock": false,
3
+ "imports": {
4
+ "https://deno.land/x/unknownutil@$MODULE_VERSION/": "./"
5
+ },
6
"tasks": {
7
"build-npm": "deno run -A scripts/build_npm.ts $(git describe --tags --always --dirty)",
8
"test": "deno test -A --parallel --shuffle --doc",
0 commit comments