Skip to content

Commit 1b13272

Browse files
authored
Add promise-spawn to deps. (#405)
1 parent 33f97aa commit 1b13272

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@apphosting/build/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apphosting/build",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"main": "dist/index.js",
55
"description": "Experimental addon to the Firebase CLI to add web framework support",
66
"repository": {
@@ -40,6 +40,7 @@
4040
"license": "Apache-2.0",
4141
"dependencies": {
4242
"@apphosting/common": "*",
43+
"@npmcli/promise-spawn": "*",
4344
"colorette": "^2.0.20",
4445
"commander": "^11.1.0",
4546
"npm-pick-manifest": "^9.0.0",

0 commit comments

Comments
 (0)