mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
chore: update package.json metadata
This commit is contained in:
parent
93e067c319
commit
5abce7d243
1 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,14 @@
|
||||||
{
|
{
|
||||||
|
"name": "github-script",
|
||||||
|
"version": "0.3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/main.js",
|
"build": "ncc build src/main.js",
|
||||||
"precommit": "npm run build && git add dist/"
|
"precommit": "npm run build && git add dist/"
|
||||||
},
|
},
|
||||||
|
"author": "GitHub",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.1.0",
|
"@actions/core": "^1.1.0",
|
||||||
"@actions/github": "^1.1.0"
|
"@actions/github": "^1.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue