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 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " A vue (2.x) component support big data and infinite loading by using virtual scroll list." ,
5
5
"main" : " index.js" ,
6
6
"files" : [
7
7
" index.js"
8
8
],
9
9
"scripts" : {
10
+ "lint" : " eslint index.js" ,
10
11
"dev" : " webpack --watch --config ./dev/webpack.conf.js" ,
11
12
"examples" : " webpack --watch --config ./examples/webpack.conf.js"
12
13
},
29
30
"babel-loader" : " ^6.4.0" ,
30
31
"babel-preset-env" : " ^1.5.1" ,
31
32
"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" ,
32
39
"vue" : " ^2.2.2" ,
33
40
"vue-loader" : " ^11.1.4" ,
34
41
"vue-template-compiler" : " ^2.2.2" ,
You can’t perform that action at this time.
0 commit comments