Merge pull request #203 from nicolasnoble/enforce-templates

Updating template to match new testing package structure.
This commit is contained in:
Nicolas Noble 2018-03-05 12:39:38 -08:00 committed by GitHub
commit ed2a048161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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"