Skip to content

Commit 64cbe74

Browse files
authored
Merge pull request #69 from actions/mr/cleanup-package.json
Tidy up package.json
2 parents 0b15edb + d045ae4 commit 64cbe74

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
{
2-
"name": "typescript-action",
3-
"description": "GitHub Actions TypeScript template",
2+
"name": "ai-inference",
43
"version": "1.0.0",
5-
"author": "",
64
"type": "module",
7-
"private": true,
8-
"homepage": "https://github.com/actions/typescript-action",
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/actions/typescript-action.git"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/actions/typescript-action/issues"
15-
},
16-
"keywords": [
17-
"actions"
18-
],
195
"exports": {
206
".": "./dist/index.js"
217
},

0 commit comments

Comments
 (0)