Skip to content

Commit

Permalink
Merge pull request #149 from netlify/michalpiechowiak/frp-1292-remixi…
Browse files Browse the repository at this point in the history
…nit-script-fails-if-chosen-to-run-during-create-remix

fix(remix-init): add missing dependencies to remix.init script
  • Loading branch information
pieh authored Sep 6, 2024
2 parents 446afd1 + d48237f commit f7ea4fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion remix.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"private": true,
"dependencies": {
"@clack/prompts": "^0.7.0",
"argh": "^1.0.0"
"@npmcli/package-json": "^4.0.1",
"argh": "^1.0.0",
"execa": "5.1.1"
}
}

0 comments on commit f7ea4fa

Please sign in to comment.