Skip to content

Commit

Permalink
doc: update package name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 3, 2024
1 parent a608091 commit 721e06d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"name": "issue-commentator",
"version": "1.0.0",
"description": "TypeScript template action",
"description": "GitHub Action that creates and updates status comments on issues and pull requests",
"main": "src/main.ts",
"scripts": {
"build": "tsc",
Expand All @@ -15,12 +15,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-plumbers-in-action/typescript-action.git"
"url": "git+https://github.com/redhat-plumbers-in-action/issue-commentator.git"
},
"keywords": [
"actions",
"node",
"setup"
"comments",
"github"
],
"author": "[email protected]",
"license": "MIT",
Expand Down
50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2232,6 +2232,31 @@ __metadata:
languageName: node
linkType: hard

"issue-commentator@workspace:.":
version: 0.0.0-use.local
resolution: "issue-commentator@workspace:."
dependencies:
"@actions/core": ^1.10.1
"@actions/github": ^6.0.0
"@octokit/plugin-throttling": ^8.1.3
"@octokit/rest": ^20.0.2
"@total-typescript/ts-reset": ^0.5.1
"@types/node": ^20.10.4
"@typescript-eslint/eslint-plugin": ^6.14.0
"@typescript-eslint/parser": ^6.14.0
"@vercel/ncc": ^0.38.1
"@vitest/coverage-v8": ^1.0.4
eslint: ^8.55.0
eslint-plugin-prettier: ^5.0.1
issue-metadata: ^0.1.10
prettier: ^3.1.1
ts-node: ^10.9.2
typescript: ^5.3.3
vitest: ^1.0.4
zod: ^3.22.4
languageName: unknown
linkType: soft

"issue-metadata@npm:^0.1.10":
version: 0.1.10
resolution: "issue-metadata@npm:0.1.10"
Expand Down Expand Up @@ -3444,31 +3469,6 @@ __metadata:
languageName: node
linkType: hard

"typescript-action@workspace:.":
version: 0.0.0-use.local
resolution: "typescript-action@workspace:."
dependencies:
"@actions/core": ^1.10.1
"@actions/github": ^6.0.0
"@octokit/plugin-throttling": ^8.1.3
"@octokit/rest": ^20.0.2
"@total-typescript/ts-reset": ^0.5.1
"@types/node": ^20.10.4
"@typescript-eslint/eslint-plugin": ^6.14.0
"@typescript-eslint/parser": ^6.14.0
"@vercel/ncc": ^0.38.1
"@vitest/coverage-v8": ^1.0.4
eslint: ^8.55.0
eslint-plugin-prettier: ^5.0.1
issue-metadata: ^0.1.10
prettier: ^3.1.1
ts-node: ^10.9.2
typescript: ^5.3.3
vitest: ^1.0.4
zod: ^3.22.4
languageName: unknown
linkType: soft

"typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
Expand Down

0 comments on commit 721e06d

Please sign in to comment.