Skip to content

Commit e27ce11

Browse files
authored
Make @apphosting/build package a commonjs type (#406)
1 parent 1b13272 commit e27ce11

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package-lock.json

Lines changed: 17 additions & 4 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apphosting/build",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"main": "dist/index.js",
55
"description": "Experimental addon to the Firebase CLI to add web framework support",
66
"repository": {
@@ -17,7 +17,6 @@
1717
"bugs": {
1818
"url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues"
1919
},
20-
"type": "module",
2120
"sideEffects": false,
2221
"scripts": {
2322
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*",
@@ -40,7 +39,7 @@
4039
"license": "Apache-2.0",
4140
"dependencies": {
4241
"@apphosting/common": "*",
43-
"@npmcli/promise-spawn": "*",
42+
"@npmcli/promise-spawn": "^3.0.0",
4443
"colorette": "^2.0.20",
4544
"commander": "^11.1.0",
4645
"npm-pick-manifest": "^9.0.0",

0 commit comments

Comments
 (0)