rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
This commit is contained in:
parent
5588af74ec
commit
a3ff99fb17
@ -3,7 +3,7 @@ const path = require('path')
|
|||||||
|
|
||||||
/** ******************* 读取命令行以及配置文件里的参数 ******************** **/
|
/** ******************* 读取命令行以及配置文件里的参数 ******************** **/
|
||||||
const wo = (global.wo = {
|
const wo = (global.wo = {
|
||||||
envar: require('basend-envar').merge_envar({
|
envar: require('wo-base-envar').merge_envar({
|
||||||
rawEnvar: {
|
rawEnvar: {
|
||||||
commanderOptions: [
|
commanderOptions: [
|
||||||
// 命令行里可以接受的参数。将传给 commander。每个参数的定义格式是 [参数名,参数键,描述],后两者用于传给 commander,取值后覆盖掉同名变量。
|
// 命令行里可以接受的参数。将传给 commander。每个参数的定义格式是 [参数名,参数键,描述],后两者用于传给 commander,取值后覆盖掉同名变量。
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "basend-deployer",
|
"name": "wo-base-deployer",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Deploy files to SSH or GIT servers",
|
"description": "Deploy files to SSH or GIT servers",
|
||||||
"main": "deploy.js",
|
"main": "deploy.js",
|
||||||
@ -8,12 +8,12 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.faronear.org/npm/basend-deployer"
|
"url": "https://git.faronear.org/npm/wo-base-deployer"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"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",
|
"bluebird": "^3.5.5",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"hexo-fs": "^3.1.0",
|
"hexo-fs": "^3.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user