Skip to content

Commit ba32614

Browse files
committed
rollback deno esbuild plugin
1 parent 0d54858 commit ba32614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bids-validator/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run
1+
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run --reload
22
/**
33
* Build the schema based validator for distribution (web and npm), targets browser compatible ESM
44
*
55
* If you would like to use this package in a Node.js project, you'll need to use native ESM or a transform system
66
*/
77
import * as esbuild from 'https://deno.land/x/[email protected]/mod.js'
88
import { parse } from 'https://deno.land/[email protected]/flags/mod.ts'
9-
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.11.0"
9+
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10.3"
1010
import * as path from "https://deno.land/[email protected]/path/mod.ts"
1111
import { getVersion } from './src/version.ts'
1212

0 commit comments

Comments
 (0)