Skip to content

Commit

Permalink
docs(samples): remove apiary lib from samples (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jul 31, 2020
1 parent 8abfcb0 commit 27f25e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-iot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@
"google-gax": "^2.1.0"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/mocha": "^8.0.0",
"@types/node": "^12.0.0",
"@types/sinon": "^9.0.0",
"c8": "^7.0.0",
"c8": "^7.2.1",
"gts": "^2.0.0",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
Expand All @@ -64,8 +66,6 @@
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"webpack-cli": "^3.3.10"
}
}
4 changes: 1 addition & 3 deletions packages/google-cloud-iot/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
},
"dependencies": {
"@google-cloud/iot": "^2.1.1",
"@google-cloud/pubsub": "^2.0.0",
"googleapis": "^56.0.0",
"util.promisify": "^1.0.1"
"@google-cloud/pubsub": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 27f25e3

Please sign in to comment.