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 f0167b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Yichuan Shen
Copyright (c) 2021-now Yichuan Shen

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
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 f0167b8

Please sign in to comment.