mirror of https://github.com/grpc/grpc-node.git
Remove test package, fix some gulpfile issues
This commit is contained in:
parent
739e31a437
commit
d6ec9fbbef
|
@ -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']);
|
||||
|
||||
|
|
10
package.json
10
package.json
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue