update repo url in package.json

This commit is contained in:
Balaji Krishnan 2017-03-12 23:48:16 -07:00
Родитель 344fc6e5d8
Коммит a6b86b0092
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -6,7 +6,7 @@
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/azure-sdk-for-node"
"url": "https://github.com/Azure/generator-azure-node"
},
"files": [
"generators"
@ -36,9 +36,9 @@
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.5.1"
},
"repository": "https://github.com/Azure/azure-sdk-for-node",
"repository": "https://github.com/Azure/generator-azure-node",
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
"url": "https://github.com/Azure/generator-azure-node/issues"
},
"scripts": {
"test": "mocha"