Skip to content

Commit 9e9c1e4

Browse files
chore: update package.json with repository information (#5)
* chore: update package.json repository information and urls * chore: remove script directory
1 parent 1e83f65 commit 9e9c1e4

File tree

3 files changed

+7
-143
lines changed

3 files changed

+7
-143
lines changed

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2-
"name": "typescript-action",
3-
"description": "GitHub Actions TypeScript template",
4-
"version": "0.0.0",
5-
"author": "",
2+
"name": "keyphrase-checker-action",
3+
"description": "A GitHub Action that checks for the occurrence of a specified keyphrase.",
4+
"author": "GitHub Skills",
65
"type": "module",
76
"private": true,
8-
"homepage": "https://github.com/actions/typescript-action",
97
"repository": {
108
"type": "git",
11-
"url": "git+https://github.com/actions/typescript-action.git"
9+
"url": "git+https://github.com/skills/action-keyphrase-checker.git"
1210
},
1311
"bugs": {
14-
"url": "https://github.com/actions/typescript-action/issues"
12+
"url": "https://github.com/skills/action-keyphrase-checker/issues"
1513
},
1614
"keywords": [
1715
"actions"

script/release

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)