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 db3aaf1 commit be596d7Copy full SHA for be596d7
package.json
@@ -12,7 +12,10 @@
12
"README.md",
13
"views/*"
14
],
15
- "repository": "github:probot/adapter-google-cloud-functions",
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/probot/adapter-google-cloud-functions.git"
18
+ },
19
"devDependencies": {
20
"jest": "^29.2.2",
21
"probot": "^13.0.0",
@@ -41,5 +44,9 @@
41
44
]
42
45
},
43
46
"author": "Jason Etcovitch <[email protected]>",
- "license": "ISC"
47
+ "license": "ISC",
48
+ "publishConfig": {
49
+ "access": "public",
50
+ "provenance": true
51
+ }
52
}
0 commit comments