mirror of https://github.com/grpc/grpc-node.git
refactor: drop dependency on async
This commit is contained in:
parent
4a9bf57f29
commit
9305468f11
|
@ -35,7 +35,6 @@
|
|||
"protobufjs": "^5.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^2.0.1",
|
||||
"body-parser": "^1.15.2",
|
||||
"electron-mocha": "^3.1.1",
|
||||
"express": "^4.14.0",
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
"protobufjs": "^5.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^2.0.1",
|
||||
"body-parser": "^1.15.2",
|
||||
"electron-mocha": "^3.1.1",
|
||||
"express": "^4.14.0",
|
||||
|
|
Loading…
Reference in New Issue