Update package information

This commit is contained in:
marocchino 2021-01-21 07:45:38 +09:00
parent 20a3e8289a
commit 4d1f6586ad
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
2 changed files with 5 additions and 4 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
lib/* linguist-generated

View file

@ -1,8 +1,8 @@
{
"name": "typescript-action",
"version": "0.0.0",
"name": "sticky-pull-request-comment",
"version": "2.0.1",
"private": true,
"description": "TypeScript template action",
"description": "Create comment on pull request, if exists update that comment.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
@ -17,7 +17,7 @@
"node",
"setup"
],
"author": "YourNameOrOrganization",
"author": "marocchino",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",