Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit cb16432

Browse files
committed
update metadata
1 parent 15b1860 commit cb16432

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "javascript-action",
3-
"version": "1.0.0",
4-
"description": "JavaScript Action Template",
5-
"main": "index.js",
2+
"name": "sync-task-issues",
3+
"version": "0.1.0",
4+
"description": "Marks issues and PRs referenced from checkbox lists as completed",
5+
"main": "src/index.js",
66
"scripts": {
77
"lint": "eslint index.js",
88
"package": "ncc build index.js -o dist",
99
"test": "eslint index.js && jest"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/actions/javascript-action.git"
13+
"url": "git+https://github.com/jonabc/sync-task-issues.git"
1414
},
1515
"keywords": [
1616
"GitHub",
17-
"Actions",
18-
"JavaScript"
17+
"Issues",
18+
"Pull Requests"
1919
],
20-
"author": "GitHub",
20+
"author": "Jon Ruskin",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/actions/javascript-action/issues"
23+
"url": "https://github.com/jonabc/sync-task-issues/issues"
2424
},
25-
"homepage": "https://github.com/actions/javascript-action#readme",
25+
"homepage": "https://github.com/jonabc/sync-task-issues#readme",
2626
"dependencies": {
2727
"@actions/core": "^1.2.0"
2828
},

0 commit comments

Comments
 (0)