Skip to content

Commit

Permalink
Update to deno scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Sep 19, 2024
1 parent d4b8156 commit 5c84e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if $exe eval 'const [major, minor] = Deno.version.deno.split("."); if (major < 2
if ! echo | $exe run --allow-sys=homedir - >/dev/null 2>&1; then
allow_sys_perm="--allow-sys"
fi
$exe run $allow_sys_perm --no-check --allow-run="zsh,$exe" --allow-read --allow-env --allow-write="$deno_install" ./shell-setup/src/main.ts "$deno_install"
$exe run $allow_sys_perm --no-check --allow-run="zsh,$exe" --allow-read --allow-env --allow-write jsr:@deno/installer-shell-setup/bundled "$deno_install"
fi
if command -v deno >/dev/null; then
echo "Run 'deno --help' to get started"
Expand Down
4 changes: 2 additions & 2 deletions shell-setup/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nathanwhit/deno-shell-setup",
"version": "0.9.0",
"name": "@deno/installer-shell-setup",
"version": "0.1.0",
"exports": {
".": "./src/main.ts",
"./bundled": "./bundled.esm.js"
Expand Down

0 comments on commit 5c84e6d

Please sign in to comment.