Skip to content

Commit

Permalink
Remove unnecessary --unstable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Mar 22, 2023
1 parent a7448bd commit f6eb376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"prepublishOnly": "npm run dist",
"format": "deno fmt README.md ci src test",
"test": "npm run format -- --check && deno test --unstable --coverage=./coverage",
"dist": "deno run --unstable --allow-read --allow-write --allow-run ./ci/dist.ts"
"test": "npm run format -- --check && deno test --coverage=./coverage",
"dist": "deno run --allow-read --allow-write --allow-run ./ci/dist.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f6eb376

Please sign in to comment.