Skip to content

Commit b6a24eb

Browse files
committed
☕ Add import map to test with $MODULE_VERSION
1 parent 0ba0f62 commit b6a24eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deno.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"lock": false,
3+
"imports": {
4+
"https://deno.land/x/unknownutil@$MODULE_VERSION/": "./"
5+
},
36
"tasks": {
47
"build-npm": "deno run -A scripts/build_npm.ts $(git describe --tags --always --dirty)",
58
"test": "deno test -A --parallel --shuffle --doc",

0 commit comments

Comments
 (0)