Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
4c7f4781769721bd7eede39c844875578e48fdfe
1 parent
99179d19
升级依赖
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
package.json
public/js/guang/star.page.js
package.json
View file @
4c7f478
...
...
@@ -33,11 +33,11 @@
"dependencies"
:
{
"bluebird"
:
"^3.4.0"
,
"body-parser"
:
"^1.15.0"
,
"cookie-parser"
:
"^1.4.
1
"
,
"cookie-parser"
:
"^1.4.
3
"
,
"express"
:
"^4.13.1"
,
"express-handlebars"
:
"^3.0.0"
,
"influxdb-winston"
:
"^1.0.1"
,
"lodash"
:
"^4.1
2.0
"
,
"lodash"
:
"^4.1
3.1
"
,
"md5"
:
"^2.1.0"
,
"memcached"
:
"^2.2.1"
,
"moment"
:
"^2.13.0"
,
...
...
@@ -49,16 +49,16 @@
"serve-favicon"
:
"^2.3.0"
,
"uuid"
:
"^2.0.2"
,
"winston"
:
"^2.2.0"
,
"winston-daily-rotate-file"
:
"^1.
0.1
"
,
"winston-daily-rotate-file"
:
"^1.
1.3
"
,
"yoho-connect-memcached"
:
"^1.0.3"
,
"yoho-express-session"
:
"^1.0.3"
},
"devDependencies"
:
{
"autoprefixer"
:
"^6.3.6"
,
"ava"
:
"^0.1
4.0
"
,
"ava"
:
"^0.1
5.2
"
,
"babel-preset-es2015"
:
"^6.9.0"
,
"babel-register"
:
"^6.9.0"
,
"eslint"
:
"^2.1
0.2
"
,
"eslint"
:
"^2.1
2.0
"
,
"eslint-config-yoho"
:
"^1.0.1"
,
"gulp"
:
"^3.9.1"
,
"gulp-cssnano"
:
"^2.1.2"
,
...
...
@@ -68,15 +68,15 @@
"gulp-util"
:
"^3.0.7"
,
"husky"
:
"^0.11.4"
,
"nodemon"
:
"1.9.2"
,
"nyc"
:
"^6.4.
3
"
,
"nyc"
:
"^6.4.
4
"
,
"postcss-assets"
:
"^4.0.1"
,
"postcss-cachebuster"
:
"^0.1.
2
"
,
"postcss-cachebuster"
:
"^0.1.
3
"
,
"postcss-calc"
:
"^5.2.1"
,
"postcss-center"
:
"^1.0.0"
,
"postcss-clearfix"
:
"^1.0.0"
,
"postcss-crip"
:
"^2.0.0"
,
"postcss-opacity"
:
"^3.0.0"
,
"postcss-position"
:
"^0.
4
.0"
,
"postcss-position"
:
"^0.
5
.0"
,
"postcss-pxtorem"
:
"^3.3.1"
,
"postcss-short"
:
"^1.4.0"
,
"postcss-sprites"
:
"^3.1.2"
,
...
...
@@ -84,18 +84,18 @@
"precss"
:
"^1.4.0"
,
"rewire"
:
"^2.5.1"
,
"shelljs"
:
"^0.7.0"
,
"stylelint"
:
"^6.
4
.1"
,
"stylelint"
:
"^6.
5
.1"
,
"stylelint-config-yoho"
:
"^1.2.3"
,
"webpack"
:
"^1.13.
0
"
,
"webpack"
:
"^1.13.
1
"
,
"webpack-dev-server"
:
"^1.14.1"
,
"webpack-stream"
:
"^3.1.0"
,
"yoho-fastclick"
:
"^1.0.6"
,
"yoho-hammer"
:
"^2.0.7"
,
"yoho-handlebars"
:
"^4.0.5"
,
"yoho-iscroll"
:
"
0.0.2
"
,
"yoho-iscroll"
:
"
^5.2.0
"
,
"yoho-jquery"
:
"^2.2.4"
,
"yoho-jquery-lazyload"
:
"^1.9.7"
,
"yoho-mlellipsis"
:
"0.0.
2
"
,
"yoho-mlellipsis"
:
"0.0.
3
"
,
"yoho-swiper"
:
"^3.3.1"
}
}
...
...
public/js/guang/star.page.js
View file @
4c7f478
...
...
@@ -86,7 +86,7 @@ function ajaxHtml() {
bannerLen
=
$
(
'.avatar-0 .swiper-slide'
).
length
;
setTimeout
(
function
()
{
setIndexAction
();
setIndexAction
();
// eslint-disable-line
},
100
);
},
...
...
Please
register
or
login
to post a comment