Skip to content

Commit

Permalink
Merge pull request #72 from GoogleCloudPlatform/prepare
Browse files Browse the repository at this point in the history
chore: release 0.3.1
  • Loading branch information
WeiranFang committed Apr 22, 2020
2 parents 8542f7e + 7d805db commit a6f1032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grpc-gcp/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-gcp",
"version": "0.3.0",
"version": "0.3.1",
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
"main": "build/src/index.js",
"scripts": {
Expand All @@ -11,6 +11,7 @@
"eslint": "./node_modules/.bin/eslint test/integration",
"check": "gts check",
"fix": "gts fix",
"prepare": "npm run build",
"prettier": "prettier --write src/*.ts test/**/*.js",
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000"
},
Expand Down

0 comments on commit a6f1032

Please sign in to comment.