perf:发布版本1.0.2

This commit is contained in:
曾文豪
2023-03-06 16:05:24 +08:00
parent 917db45f33
commit 271f873902
7 changed files with 248 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "npm-tool",
"version": "1.0.1",
"name": "@tiesheng/npm-tool",
"version": "1.0.2",
"description": "npm tool package",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -15,5 +16,11 @@
"tool"
],
"author": "zeng_wenhao",
"license": "ISC"
"license": "ISC",
"publishConfig": {
"@tiesheng:registry": "http://git.kepai365.com/api/v4/projects/417/packages/npm/"
},
"dependencies": {
"umi-request": "1.4.0"
}
}