Skip to content

Commit e5a3820

Browse files
committed
build(package): publishConfig.access = public
1 parent 84fd425 commit e5a3820

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@probot/adapter-aws-lambda-serverless",
3-
"version": "0.6.0",
3+
"version": "0.0.0-development",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "An extension for running Probot in AWS Lambda",
58
"main": "index.js",
69
"scripts": {

0 commit comments

Comments
 (0)