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