mirror of https://github.com/grpc/grpc-node.git
Don't package tests in Node package
This commit is contained in:
parent
97b58fb6b6
commit
3defb39d3e
10
package.json
10
package.json
|
@ -39,8 +39,7 @@
|
|||
"jshint": "^2.5.0",
|
||||
"minimist": "^1.1.0",
|
||||
"mocha": "~1.21.0",
|
||||
"mustache": "^2.0.0",
|
||||
"strftime": "^0.8.2"
|
||||
"mustache": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.13"
|
||||
|
@ -50,14 +49,9 @@
|
|||
"README.md",
|
||||
"index.js",
|
||||
"binding.gyp",
|
||||
"bin",
|
||||
"cli",
|
||||
"examples",
|
||||
"ext",
|
||||
"health_check",
|
||||
"interop",
|
||||
"src",
|
||||
"test"
|
||||
"src"
|
||||
],
|
||||
"main": "index.js",
|
||||
"license": "BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue