Skip to content

Commit

Permalink
Flah unstable is no longer needed and it has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Feb 16, 2024
1 parent 7590b2e commit f990152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.5.4",
"tasks": {
"test": "deno test --allow-env --allow-net --unstable src",
"test": "deno test --allow-env --allow-net src",
"publish": "deno task build-npm && cd npm/ && npm publish",
"build-npm": "deno run -A scripts/build-npm.ts",
"docs": "deno doc --html --name='domain-functions' ./mod.ts"
Expand Down

0 comments on commit f990152

Please sign in to comment.