Skip to content

Commit 933ef1b

Browse files
authored
remove unused deps, update license to match repo (#3039)
* remove unused deps, update licence to match repo * need firebase-admin since it's a peer dependency
1 parent cea069c commit 933ef1b

File tree

1 file changed

+2
-3
lines changed
  • scripts/extensions-emulator-tests/greet-the-world

1 file changed

+2
-3
lines changed

scripts/extensions-emulator-tests/greet-the-world/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"description": "",
55
"main": "functions/index.js",
66
"dependencies": {
7-
"async": "^3.0.1",
8-
"firebase-admin": "^8.6.0",
7+
"firebase-admin": "^9.4.2",
98
"firebase-functions": "^3.3.0"
109
},
1110
"author": "",
12-
"license": "ISC"
11+
"license": "MIT"
1312
}

0 commit comments

Comments
 (0)