File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroll-list" ,
3- "version" : " 1.0.8 " ,
3+ "version" : " 1.0.9 " ,
44 "description" : " A vue (2.x) component support big data and infinite loading by using virtual scroll list." ,
55 "main" : " index.js" ,
66 "files" : [
77 " index.js"
88 ],
99 "scripts" : {
10+ "lint" : " eslint index.js" ,
1011 "dev" : " webpack --watch --config ./dev/webpack.conf.js" ,
1112 "examples" : " webpack --watch --config ./examples/webpack.conf.js"
1213 },
2930 "babel-loader" : " ^6.4.0" ,
3031 "babel-preset-env" : " ^1.5.1" ,
3132 "css-loader" : " ^0.27.2" ,
33+ "eslint" : " ^4.1.1" ,
34+ "eslint-config-standard" : " ^10.2.1" ,
35+ "eslint-plugin-import" : " ^2.6.1" ,
36+ "eslint-plugin-node" : " ^5.1.0" ,
37+ "eslint-plugin-promise" : " ^3.5.0" ,
38+ "eslint-plugin-standard" : " ^3.0.1" ,
3239 "vue" : " ^2.2.2" ,
3340 "vue-loader" : " ^11.1.4" ,
3441 "vue-template-compiler" : " ^2.2.2" ,
You can’t perform that action at this time.
0 commit comments