Skip to content

Commit cd96d00

Browse files
authored
chore: delete --allow-hrtime (#13)
1 parent a083c73 commit cd96d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tasks": {
3-
"start": "deno run --allow-run --allow-read --allow-hrtime src/main.ts",
3+
"start": "deno run --allow-run --allow-read src/main.ts",
44
"test": "deno test --allow-run",
55
"test-cov": "deno test --allow-run --coverage=./cov && deno coverage --lcov ./cov > cov.lcov",
66
"lint": "deno lint",

0 commit comments

Comments
 (0)