Skip to content

Commit

Permalink
adds permissions to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOpWibby committed Nov 25, 2024
1 parent da1f466 commit 2531eda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"exports": "./mod.ts",
"license": "MIT",
"name": "@chronver/chronver",
"version": "1.1.2"
"permissions": {
"read": true,
"write": true
},
"version": "1.2.0"
}

0 comments on commit 2531eda

Please sign in to comment.