mirror of https://gitee.com/floraachy/llalaad.git
删除文件 package.json
This commit is contained in:
parent
882d9c45a4
commit
7997d7a9f3
19
package.json
19
package.json
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"name": "publish-releases-action",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "支持用户使用节点,登录指定用户在指定仓库创建发行版",
|
|
||||||
"main": "src/index.js",
|
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
|
||||||
"run": "node dist/index.js"
|
|
||||||
},
|
|
||||||
"author": "floraachy",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"@actions/core": "^1.11.1",
|
|
||||||
"axios": "^1.7.9",
|
|
||||||
"before-after-hook": "^3.0.2",
|
|
||||||
"undici": "^7.3.0",
|
|
||||||
"universal-user-agent": "^7.0.2"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue