Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit b80e15e

Browse files
[release patch] Updated dependencies
1 parent 1b4c4df commit b80e15e

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

deno.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"singleQuote": true,
3737
"useTabs": false
3838
}
39+
},
40+
"tasks": {
41+
"build": "deno run -A ./example/build.ts"
3942
}
4043
}

deno.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * as esbuild from 'https://deno.land/x/esbuild@v0.17.18/mod.js';
22
export * as cache from 'https://deno.land/x/cache@0.2.13/mod.ts';
3-
export { posix } from 'https://deno.land/std@0.184.0/path/mod.ts';
3+
export { posix } from 'https://deno.land/std@0.186.0/path/mod.ts';

0 commit comments

Comments
 (0)