mirror of https://github.com/grpc/grpc-node.git
Merge pull request #203 from nicolasnoble/enforce-templates
Updating template to match new testing package structure.
This commit is contained in:
commit
ed2a048161
|
@ -20,4 +20,6 @@ cd $(dirname $0)
|
|||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
|
||||
./packages/grpc-native-core/tools/buildgen/generate_projects.sh
|
||||
|
||||
./run-tests.sh
|
||||
|
|
|
@ -36,8 +36,16 @@
|
|||
"protobufjs": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^2.0.1",
|
||||
"body-parser": "^1.15.2",
|
||||
"electron-mocha": "^3.1.1",
|
||||
"istanbul": "^0.4.4"
|
||||
"express": "^4.14.0",
|
||||
"google-auth-library": "^0.9.2",
|
||||
"google-protobuf": "^3.0.0",
|
||||
"istanbul": "^0.4.4",
|
||||
"lodash": "^4.17.4",
|
||||
"minimist": "^1.1.0",
|
||||
"poisson-process": "^0.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
|
|
Loading…
Reference in New Issue