We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8542f7e + 7d805db commit a6f1032Copy full SHA for a6f1032
grpc-gcp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grpc-gcp",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
5
"main": "build/src/index.js",
6
"scripts": {
@@ -11,6 +11,7 @@
11
"eslint": "./node_modules/.bin/eslint test/integration",
12
"check": "gts check",
13
"fix": "gts fix",
14
+ "prepare": "npm run build",
15
"prettier": "prettier --write src/*.ts test/**/*.js",
16
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000"
17
},
0 commit comments