Skip to content

Commit 5abce7d

Browse files
committed
chore: update package.json metadata
1 parent 93e067c commit 5abce7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
2+
"name": "github-script",
3+
"version": "0.3.0",
24
"private": true,
3-
"license": "MIT",
5+
"main": "dist/index.js",
46
"scripts": {
57
"build": "ncc build src/main.js",
68
"precommit": "npm run build && git add dist/"
79
},
10+
"author": "GitHub",
11+
"license": "MIT",
812
"dependencies": {
913
"@actions/core": "^1.1.0",
1014
"@actions/github": "^1.1.0"

0 commit comments

Comments
 (0)