rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'

This commit is contained in:
陆柯 2022-08-17 08:59:35 +08:00
parent 5588af74ec
commit a3ff99fb17
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ const path = require('path')
/** ******************* 读取命令行以及配置文件里的参数 ******************** **/
const wo = (global.wo = {
envar: require('basend-envar').merge_envar({
envar: require('wo-base-envar').merge_envar({
rawEnvar: {
commanderOptions: [
// 命令行里可以接受的参数。将传给 commander。每个参数的定义格式是 [参数名,参数键,描述],后两者用于传给 commander取值后覆盖掉同名变量。

View File

@ -1,5 +1,5 @@
{
"name": "basend-deployer",
"name": "wo-base-deployer",
"version": "1.0.0",
"description": "Deploy files to SSH or GIT servers",
"main": "deploy.js",
@ -8,12 +8,12 @@
},
"repository": {
"type": "git",
"url": "https://git.faronear.org/npm/basend-deployer"
"url": "https://git.faronear.org/npm/wo-base-deployer"
},
"author": "",
"license": "ISC",
"dependencies": {
"basend-envar": "git+https://git.faronear.org/npm/basend-envar",
"wo-base-envar": "git+https://git.faronear.org/npm/wo-base-envar",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"hexo-fs": "^3.1.0",