Comparing version 1.0.4 to 1.0.5
@@ -1,2 +0,4 @@ | ||
module.exports = require('./lib/cmd-extend-config'); | ||
exports.Config = require('./lib/cmd-extend-config'); | ||
var config = require('./lib/cmd-extend-config'); | ||
config.getEtag = require('./lib/qetag'); | ||
module.exports = config; | ||
@@ -104,3 +104,7 @@ var path = require('path'); | ||
'sshConfig': sshConfig, | ||
'qiniuConfig': getConfig()['qn']['cosmeapp'] | ||
'qiniuConfig': getConfig()['qn']['cosmeapp'], | ||
'urlCdns': 'http://public.cosmeapp.com/s', | ||
'pathCdns': path.join(get('server', 'online', 'rootPublic'), 's'), | ||
'pathLocalCdns': path.join(get('server', 'local', 'cndAssets'), 's'), | ||
} | ||
@@ -107,0 +111,0 @@ |
{ | ||
"name": "cmd-extend", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "工作中的脚本配置和工具库", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
37150
893