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

Commit 8f96bc9

Browse files
update dependencies
1 parent 3d08cb3 commit 8f96bc9

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

deno.lock

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

mod.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Loader, Plugin } from 'https://deno.land/x/esbuild@v0.17.11/mod.js';
1+
import { Loader, Plugin } from 'https://deno.land/x/esbuild@v0.17.13/mod.js';
22
import * as Cache from 'https://deno.land/x/cache@0.2.13/mod.ts';
33

44
interface Options {
@@ -31,8 +31,10 @@ export function esbuildCachePlugin(options: Options): Plugin {
3131

3232
return {
3333
path: args.path,
34-
warnings: [{ text: 'npm import is not supported by esbuild-cache-plugin' }]
35-
}
34+
warnings: [{
35+
text: 'npm import is not supported by esbuild-cache-plugin',
36+
}],
37+
};
3638
});
3739

3840
// Resolve all namespace-marked paths to URLs

0 commit comments

Comments
 (0)