Skip to content

Commit d29ac16

Browse files
committed
feat: Add homepage/readme/repository to package.json
1 parent c2b0eca commit d29ac16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "functions-differ",
33
"version": "0.3.0",
44
"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+
],
514
"main": "lib/index.js",
615
"bin": "lib/index.js",
716
"files": [

0 commit comments

Comments
 (0)