Remove test package, fix some gulpfile issues

This commit is contained in:
murgatroid99 2017-09-12 13:22:43 -07:00
parent 739e31a437
commit d6ec9fbbef
3 changed files with 10 additions and 24 deletions

View File

@ -5,6 +5,7 @@ const help = require('gulp-help');
const gulp = help(_gulp);
require('./packages/grpc-js-core/gulpfile');
require('./test/gulpfile');
gulp.task('lint', 'Emit linting errors in source and test files', ['js.core.lint']);

View File

@ -9,8 +9,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.0",
"express": "^4.15.4",
"google-auth-library": "^0.11.0",
"grpc": "^1.6.0",
"gulp": "^3.9.1",
"gulp-help": "^1.6.1"
"gulp-help": "^1.6.1",
"gulp-run": "^1.7.1",
"lodash": "^4.17.4",
"poisson-process": "^0.2.2"
},
"scripts": {
"install": "cd packages/grpc-js-core && npm install"

View File

@ -1,23 +0,0 @@
{
"name": "grpc-test-internal",
"version": "1.0.0",
"description": "Internal package for cross-package Node gRPC test code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.0",
"express": "^4.15.4",
"google-auth-library": "^0.11.0",
"grpc": "^1.6.0",
"gulp": "^3.9.1",
"gulp-help": "^1.6.1",
"gulp-run": "^1.7.1",
"lodash": "^4.17.4",
"poisson-process": "^0.2.2"
}
}