Authored by weiqingting

Merge branch 'yohobuy_portal_dev_v4.4_20160525' into feature/yohobuy_portal_dev_v4.4_shops_20160527

{
"name": "yohobuy-portal",
"version": "4.4.0",
"version": "4.4.3",
"description": "yohobuy-portal",
"keywords": [],
"homepage": "",
... ...
... ... @@ -89,7 +89,7 @@ var config = {
},
'production': {
redis: {
port: 16379,
port: 6379,
host: 'localhost'
},
apiKey: 'sd4H1ecAqlp',
... ...
... ... @@ -13,9 +13,7 @@
"ipaddr.js": "^1.1.0",
"lodash": "^3.10.0",
"request": "^2.55.0",
"yo.js": "^1.1.6"
},
"devDependencies": {
"yo.js": "^1.1.6",
"connect-multiparty": "^2.0.0"
}
}
... ...
exports.staticDir = {"test":{"path":"/dist"},"preview":{"path":"http://cdn.yoho.cn/yohobuy-portal/4.4.0","md5":""},"production":{"path":"http://cdn.yoho.cn/yohobuy-portal/4.4.0","md5":""}}
\ No newline at end of file
exports.staticDir = {"test":{"path":"/dist"},"preview":{"path":"http://cdn.yoho.cn/yohobuy-portal/4.4.3","md5":""},"production":{"path":"http://cdn.yoho.cn/yohobuy-portal/4.4.3","md5":""}}
\ No newline at end of file
... ...