Skip to content

Commit 91e60a2

Browse files
fix(azure-iothub): dependencies in dev section when should be in main
1 parent 2141bce commit 91e60a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"typings": "iothub.d.ts",
99
"dependencies": {
1010
"@azure/ms-rest-js": "^2.0.5",
11+
"@azure/core-http": "1.2.3",
12+
"@azure/identity": "1.2.5",
1113
"async": "^2.6.3",
1214
"azure-iot-amqp-base": "2.4.9",
1315
"azure-iot-common": "1.12.9",
@@ -19,8 +21,6 @@
1921
"tslib": "^1.9.3"
2022
},
2123
"devDependencies": {
22-
"@azure/core-http": "1.2.3",
23-
"@azure/identity": "1.2.5",
2424
"@types/debug": "^4.1.5",
2525
"@types/node": "^9.6.61",
2626
"autorest": "^2.0.4413",

0 commit comments

Comments
 (0)