Skip to content

Commit

Permalink
fix: update "protobufjs" to be a dependency (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin-Hoodie committed Feb 15, 2021
1 parent 6a3904f commit d960fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"dependencies": {
"fast-deep-equal": "^3.1.1",
"functional-red-black-tree": "^1.0.1",
"google-gax": "^2.9.2"
"google-gax": "^2.9.2",
"protobufjs": "^6.8.6"
},
"devDependencies": {
"@types/assert": "^1.4.0",
Expand All @@ -79,7 +80,6 @@
"length-prefixed-json-stream": "^1.0.1",
"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"protobufjs": "^6.8.6",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2",
"ts-node": "^9.0.0",
Expand Down

0 comments on commit d960fbb

Please sign in to comment.