perf:发布版本1.0.2
This commit is contained in:
13
package.json
13
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user