File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 77 "test" : " test"
88 },
99 "scripts" : {
10- "test" : " mocha && eslint ." ,
11- "lint" : " eslint ."
10+ "test" : " mocha"
1211 },
1312 "repository" : {
1413 "type" : " git" ,
Original file line number Diff line number Diff line change 44 "description" : " Postgres query result returned as readable stream" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " mocha" ,
8- "lint" : " eslint ."
7+ "test" : " mocha"
98 },
109 "repository" : {
1110 "type" : " git" ,
Original file line number Diff line number Diff line change 3232 "async" : " 0.9.0" ,
3333 "bluebird" : " 3.5.2" ,
3434 "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" ,
4135 "pg-copy-streams" : " 0.3.0"
4236 },
4337 "minNativeVersion" : " 2.0.0" ,
4438 "scripts" : {
45- "test" : " make test-all" ,
46- "lint" : " make lint"
39+ "test" : " make test-all"
4740 },
4841 "files" : [
4942 " lib" ,
You can’t perform that action at this time.
0 commit comments