Skip to content

Commit

Permalink
fix(typescript): correctly import long (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored Mar 11, 2019
1 parent ffdda85 commit 41477af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@google-cloud/promisify": "^0.4.0",
"@sindresorhus/is": "^0.15.0",
"@types/duplexify": "^3.6.0",
"@types/long": "^4.0.0",
"@types/p-defer": "^1.0.3",
"arrify": "^1.0.0",
"async-each": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion proto/iam.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as $protobuf from "protobufjs";
import * as long from "long";
import * as Long from "long";
/** Namespace google. */
export namespace google {

Expand Down
2 changes: 1 addition & 1 deletion proto/pubsub.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as $protobuf from "protobufjs";
import * as long from "long";
import * as Long from "long";
/** Namespace google. */
export namespace google {

Expand Down

0 comments on commit 41477af

Please sign in to comment.