Moved missing dependencies to azure-sb module

This commit is contained in:
Chris Tavares 2014-08-12 16:15:57 -07:00
Родитель 6beb93cd34
Коммит b9d066bd9b
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -32,7 +32,9 @@
],
"dependencies": {
"azure-common": "0.9.7",
"underscore": "1.4.x"
"underscore": "1.4.x",
"wns": "~0.5.3",
"mpns": "~2.0.0"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
"repository": {

Просмотреть файл

@ -56,8 +56,6 @@
"mime": "~1.2.4",
"underscore": "1.4.x",
"request": "2.27.0",
"wns": "~0.5.3",
"mpns": "~2.0.0",
"node-uuid": "~1.2.0"
},
"devDependencies": {