Skip to content

Commit

Permalink
refactor(ts): add proto generated files (googleapis#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Cervino authored and callmehiphop committed Mar 19, 2019
1 parent c582b3b commit 4a281c8
Show file tree
Hide file tree
Showing 2 changed files with 10,390 additions and 2,205 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"repository": "googleapis/nodejs-bigtable",
"main": "build/src/index.js",
"files": [
"build/proto",
"build/protos",
"build/proto",
"build/src",
Expand Down Expand Up @@ -44,7 +45,7 @@
"compile": "tsc -p . && cp -r src/v2 build/src/ && cp -r proto* build/ && cp test/*.js build/test",
"prepare": "npm run compile",
"pretest": "npm run compile",
"proto": "mkdir -p proto && pbjs -t static-module -w commonjs -p protos google/bigtable/v2/bigtable.proto | pbts -o proto/bigtable.d.ts -"
"proto": "mkdirp proto && pbjs -t static-module -w commonjs -p protos google/bigtable/v2/bigtable.proto google/bigtable/admin/v2/bigtable_instance_admin.proto google/bigtable/admin/v2/bigtable_table_admin.proto | pbts -o proto/bigtable.d.ts -"
},
"dependencies": {
"@google-cloud/common-grpc": "^0.10.0",
Expand Down Expand Up @@ -92,6 +93,7 @@
"jsdoc": "^3.5.5",
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"linkinator": "^1.1.2",
"mkdirp": "^0.5.1",
"mocha": "^6.0.0",
"nyc": "^13.0.0",
"p-queue": "^4.0.0",
Expand Down
Loading

0 comments on commit 4a281c8

Please sign in to comment.