Skip to content

Commit

Permalink
Relax deno from 1.41.0 to 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Feb 23, 2024
1 parent 3fbb7c5 commit 2b6c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typecheck": "deno check ./entrypoint.ts",
"compile": "deno compile --lock=deno.lock --allow-read --allow-write --allow-net --allow-run --allow-env --allow-ffi --unstable-ffi --unstable-fs --output $INIT_CWD/pkgx ./entrypoint.ts"
},
"pkgx": "deno~1.41.0",
"pkgx": "deno~1.41",
"lint": {
"exclude": ["src/**/*.test.ts"]
},
Expand Down

0 comments on commit 2b6c851

Please sign in to comment.