chore: lock version for tool script

pull/413/head
Webber 2022-08-31 23:42:42 +02:00
parent ffc5104c63
commit 0ac9b8034b
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
import { open } from 'https://deno.land/x/opener/mod.ts';
import { open } from 'https://deno.land/x/opener@v1.0.1/mod.ts';
await open(`file://${Deno.cwd()}/.coverage/report/index.html`);