更新配置文件

This commit is contained in:
jukaifeng 2023-01-17 22:15:24 +08:00
parent 3ab132022f
commit 1be2eafe7b
1 changed files with 5 additions and 2 deletions

View File

@ -1,15 +1,18 @@
{ {
"name": "@dllcn/auto-deploy", "name": "@dllcnx/auto-deploy",
"version": "2.0.0", "version": "2.0.0",
"description": "自动部署脚本", "description": "自动部署脚本",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "node index.js" "publish": "npm publish"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/KeiferJu/auto-deploy.git" "url": "git+https://github.com/KeiferJu/auto-deploy.git"
}, },
"publishConfig": {
"access": "public"
},
"keywords": [], "keywords": [],
"author": "DLLCNX <dllcnx@foxmail.com> (myllcn.com)", "author": "DLLCNX <dllcnx@foxmail.com> (myllcn.com)",
"license": "ISC", "license": "ISC",