Skip to content

Commit

Permalink
feat: update initial import map version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Jan 24, 2023
1 parent f21b15a commit b96b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_home/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p /config/reactive-home
if [[ ! -f /config/reactive-home/import_map.json ]]; then
echo "{
\"imports\": {
\"reactive-home\": \"https://deno.land/x/reactivehome@v0.1.2/mod.ts\"
\"reactive-home\": \"https://deno.land/x/reactivehome@v0.2.12/mod.ts\"
}
}" >> /config/reactive-home/import_map.json
fi
Expand Down

0 comments on commit b96b2c7

Please sign in to comment.