Skip to content

Commit d48237f

Browse files
committed
fix(remix-init): add missing dependencies to remix.init script
1 parent 446afd1 commit d48237f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

remix.init/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"private": true,
77
"dependencies": {
88
"@clack/prompts": "^0.7.0",
9-
"argh": "^1.0.0"
9+
"@npmcli/package-json": "^4.0.1",
10+
"argh": "^1.0.0",
11+
"execa": "5.1.1"
1012
}
1113
}

0 commit comments

Comments
 (0)