Skip to content

Commit 80a51c1

Browse files
feat(Package): add package.json to use release-please (#14)
1 parent 95977c5 commit 80a51c1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "github-action-deploy-lambda",
3+
"version": "0.0.5",
4+
"description": "Github Action to deploy a lambda function",
5+
"author": "ABI Global Health",
6+
"license": "ISC",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/abiglobalhealth/github-action-deploy-lambda.git"
10+
}
11+
}

0 commit comments

Comments
 (0)