Skip to content

Commit 743c9c2

Browse files
committed
add version
1 parent a1a92ba commit 743c9c2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "typescript-action",
3-
"description": "GitHub Actions TypeScript template",
4-
"version": "0.0.0",
2+
"name": "github-markdown-builder",
3+
"description": "A GitHub Action to build dynamic markdown",
4+
"version": "v1.0.0",
55
"author": "Matthew Thomas",
66
"private": true,
7-
"homepage": "https://github.com/actions/typescript-action",
7+
"homepage": "https://github.com/Ma11hewThomas/github-markdown-builder",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/actions/typescript-action.git"
10+
"url": "git+https://github.com/Ma11hewThomas/github-markdown-builder.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/actions/typescript-action/issues"
13+
"url": "https://github.com/Ma11hewThomas/github-markdown-builder/issues"
1414
},
1515
"keywords": [
1616
"actions",

0 commit comments

Comments
 (0)