Skip to content

Commit

Permalink
refactor(samples): use pb-util to encode/decode structs (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and JustinBeckwith committed Mar 28, 2019
1 parent ac583a8 commit ae9c3a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/google-cloud-dialogflow/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
},
"dependencies": {
"dialogflow": "^0.8.2",
"pb-util": "^0.1.0",
"pump": "^3.0.0",
"through2": "^3.0.0",
"yargs": "^13.0.0",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"yargs": "^13.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit ae9c3a4

Please sign in to comment.