Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-03-01 17:58:16 +0800
Commit
085fb06b783bdf522191bf078d735c5320fd3c6e
2 parents
146245e2
1fb22491
Merge branch 'hotfix/address-change-module' into feature/user-center
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/cart/models/address.js
package.json
apps/cart/models/address.js
View file @
085fb06
...
...
@@ -6,7 +6,7 @@
'use strict'
;
const
_
=
require
(
'lodash'
);
const
pinyin
=
require
(
'pinyin'
);
const
pinyin
=
require
(
'pinyin
-converter
'
);
const
crypto
=
global
.
yoho
.
crypto
;
...
...
package.json
View file @
085fb06
...
...
@@ -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"
,
...
...
Please
register
or
login
to post a comment