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 @@
"typings": "dist/Exports", "typings": "dist/Exports",
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": { "dependencies": {
"angular2": "^2.0.0-beta.13", "angular2": "^2.0.0-beta.13",
"rxjs": "5.0.0-beta.2" "rxjs": "5.0.0-beta.2"

View File

@@ -10,6 +10,13 @@
}, },
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"devDependencies": { "devDependencies": {
"rimraf": "^2.5.4", "rimraf": "^2.5.4",
"typescript": "^1.8.10" "typescript": "^1.8.10"

View File

@@ -9,6 +9,13 @@
}, },
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": { "dependencies": {
"domain-task": "^2.0.1", "domain-task": "^2.0.1",
"es6-promise": "^3.1.2" "es6-promise": "^3.1.2"

View File

@@ -9,6 +9,13 @@
}, },
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": { "dependencies": {
"babel-core": "^6.7.2", "babel-core": "^6.7.2",
"babel-loader": "^6.2.4", "babel-loader": "^6.2.4",

View File

@@ -9,6 +9,13 @@
}, },
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": { "dependencies": {
"connect": "^3.4.1", "connect": "^3.4.1",
"es6-promise": "^3.1.2", "es6-promise": "^3.1.2",

View File

@@ -9,6 +9,13 @@
}, },
"author": "Microsoft", "author": "Microsoft",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aspnet/JavaScriptServices/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/JavaScriptServices.git"
},
"dependencies": { "dependencies": {
"domain-context": "^0.5.1", "domain-context": "^0.5.1",
"isomorphic-fetch": "^2.2.1" "isomorphic-fetch": "^2.2.1"

View File

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