We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b0eca commit d29ac16Copy full SHA for d29ac16
package.json
@@ -2,6 +2,15 @@
2
"name": "functions-differ",
3
"version": "0.3.0",
4
"description": "Deploy only the Firebase Functions that changed",
5
+ "homepage": "https://github.com/haroldadmin/functions-differ",
6
+ "repository": "https://github.com/haroldadmin/functions-differ",
7
+ "readme": "https://github.com/haroldadmin/functions-differ/blob/main/README.md",
8
+ "keywords": [
9
+ "serverless",
10
+ "firebase",
11
+ "cloud-functions",
12
+ "ci"
13
+ ],
14
"main": "lib/index.js",
15
"bin": "lib/index.js",
16
"files": [
0 commit comments