Skip to content

Commit

Permalink
chore: update samples package.json name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffnay authored Jul 15, 2020
1 parent b70bd96 commit 619b0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"predocs-test": "npm run docs",
"docs-test": "linkinator docs",
"fix": "gts fix",
"prelint": "cd samples/; npm link ../; npm i",
"lint": "gts check",
"prelint": "cd samples/ && npm link ../ && npm i",
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@google-cloud/bigquery-connection-samples",
"name": "nodejs-bigquery-connection-samples",
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
Expand Down

0 comments on commit 619b0de

Please sign in to comment.