File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 7
7
"test" : " test"
8
8
},
9
9
"scripts" : {
10
- "test" : " mocha && eslint ." ,
11
- "lint" : " eslint ."
10
+ "test" : " mocha"
12
11
},
13
12
"repository" : {
14
13
"type" : " git" ,
Original file line number Diff line number Diff line change 4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " mocha" ,
8
- "lint" : " eslint ."
7
+ "test" : " mocha"
9
8
},
10
9
"repository" : {
11
10
"type" : " git" ,
Original file line number Diff line number Diff line change 32
32
"async" : " 0.9.0" ,
33
33
"bluebird" : " 3.5.2" ,
34
34
"co" : " 4.6.0" ,
35
- "eslint" : " ^6.0.1" ,
36
- "eslint-config-standard" : " ^13.0.1" ,
37
- "eslint-plugin-import" : " ^2.18.1" ,
38
- "eslint-plugin-node" : " ^9.1.0" ,
39
- "eslint-plugin-promise" : " ^4.2.1" ,
40
- "eslint-plugin-standard" : " ^4.0.0" ,
41
35
"pg-copy-streams" : " 0.3.0"
42
36
},
43
37
"minNativeVersion" : " 2.0.0" ,
44
38
"scripts" : {
45
- "test" : " make test-all" ,
46
- "lint" : " make lint"
39
+ "test" : " make test-all"
47
40
},
48
41
"files" : [
49
42
" lib" ,
You can’t perform that action at this time.
0 commit comments