Skip to content

Commit

Permalink
Pin deno to 1.41.2, regenerate the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Mar 8, 2024
1 parent 2a2c154 commit a0c4792
Show file tree
Hide file tree
Showing 2 changed files with 36 additions 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": "DENORT_BIN=\"$(dirname \"$(which deno)\")/denort\" 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",
"pkgx": "deno~1.41.2",
"lint": {
"exclude": ["src/**/*.test.ts"]
},
Expand Down
35 changes: 35 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0c4792

Please sign in to comment.