Skip to content

Commit be596d7

Browse files
committed
build: update publish config
1 parent db3aaf1 commit be596d7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"README.md",
1313
"views/*"
1414
],
15-
"repository": "github:probot/adapter-google-cloud-functions",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/probot/adapter-google-cloud-functions.git"
18+
},
1619
"devDependencies": {
1720
"jest": "^29.2.2",
1821
"probot": "^13.0.0",
@@ -41,5 +44,9 @@
4144
]
4245
},
4346
"author": "Jason Etcovitch <[email protected]>",
44-
"license": "ISC"
47+
"license": "ISC",
48+
"publishConfig": {
49+
"access": "public",
50+
"provenance": true
51+
}
4552
}

0 commit comments

Comments
 (0)