更新配置文件
This commit is contained in:
parent
3ab132022f
commit
1be2eafe7b
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue