Add repo info to package.json in all NPM packages hosted in this repo

This commit is contained in:
SteveSandersonMS
2016-09-27 11:00:41 +01:00
parent 57265509f7
commit 46906e4ea8
7 changed files with 49 additions and 0 deletions

View File

@@ -10,6 +10,13 @@
"keywords": [
"yeoman-generator"
],
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": {
"glob": "^7.0.3",
"node-uuid": "^1.4.7",