Skip to content

Commit

Permalink
Merge pull request #986 from Azure/fix-hub-depend
Browse files Browse the repository at this point in the history
Fix hub depend
  • Loading branch information
anthonyvercolano committed Jun 10, 2021
2 parents f526f20 + 91e60a2 commit 2c3dfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"typings": "iothub.d.ts",
"dependencies": {
"@azure/ms-rest-js": "^2.0.5",
"@azure/core-http": "1.2.3",
"@azure/identity": "1.2.5",
"async": "^2.6.3",
"azure-iot-amqp-base": "2.4.9",
"azure-iot-common": "1.12.9",
Expand All @@ -19,8 +21,6 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"@azure/core-http": "1.2.3",
"@azure/identity": "1.2.5",
"@types/debug": "^4.1.5",
"@types/node": "^9.6.61",
"autorest": "^2.0.4413",
Expand Down

0 comments on commit 2c3dfb9

Please sign in to comment.