Authored by htoooth

fix module

... ... @@ -6,7 +6,7 @@
'use strict';
const _ = require('lodash');
const pinyin = require('pinyin');
const pinyin = require('pinyin-converter');
const crypto = global.yoho.crypto;
... ...
... ... @@ -56,7 +56,7 @@
"passport-sina": "^0.1.0",
"passport-strategy": "1.x.x",
"passport-weixin": "^0.1.0",
"pinyin": "^2.8.0",
"pinyin-converter": "^2.8.1",
"request-ip": "^1.2.2",
"request-promise": "^3.0.0",
"serve-favicon": "^2.3.0",
... ...