Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46906e4

Browse filesBrowse files
Add repo info to package.json in all NPM packages hosted in this repo
1 parent 5726550 commit 46906e4
Copy full SHA for 46906e4

File tree

Expand file treeCollapse file tree

7 files changed

+49
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

7 files changed

+49
-0
lines changed
Open diff view settings
Collapse file

‎src/Microsoft.AspNetCore.AngularServices/npm/package.json‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/npm/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"typings": "dist/Exports",
1111
"author": "Microsoft",
1212
"license": "Apache-2.0",
13+
"bugs": {
14+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/aspnet/JavaScriptServices.git"
19+
},
1320
"dependencies": {
1421
"angular2": "^2.0.0-beta.13",
1522
"rxjs": "5.0.0-beta.2"
Collapse file

‎src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
},
1111
"author": "Microsoft",
1212
"license": "Apache-2.0",
13+
"bugs": {
14+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/aspnet/JavaScriptServices.git"
19+
},
1320
"devDependencies": {
1421
"rimraf": "^2.5.4",
1522
"typescript": "^1.8.10"
Collapse file

‎src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
},
1010
"author": "Microsoft",
1111
"license": "Apache-2.0",
12+
"bugs": {
13+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/aspnet/JavaScriptServices.git"
18+
},
1219
"dependencies": {
1320
"domain-task": "^2.0.1",
1421
"es6-promise": "^3.1.2"
Collapse file

‎src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
},
1010
"author": "Microsoft",
1111
"license": "Apache-2.0",
12+
"bugs": {
13+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/aspnet/JavaScriptServices.git"
18+
},
1219
"dependencies": {
1320
"babel-core": "^6.7.2",
1421
"babel-loader": "^6.2.4",
Collapse file

‎src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
},
1010
"author": "Microsoft",
1111
"license": "Apache-2.0",
12+
"bugs": {
13+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/aspnet/JavaScriptServices.git"
18+
},
1219
"dependencies": {
1320
"connect": "^3.4.1",
1421
"es6-promise": "^3.1.2",
Collapse file

‎src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
},
1010
"author": "Microsoft",
1111
"license": "Apache-2.0",
12+
"bugs": {
13+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/aspnet/JavaScriptServices.git"
18+
},
1219
"dependencies": {
1320
"domain-context": "^0.5.1",
1421
"isomorphic-fetch": "^2.2.1"
Collapse file

‎templates/package-builder/src/yeoman/package.json‎

Copy file name to clipboardExpand all lines: templates/package-builder/src/yeoman/package.json
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"keywords": [
1111
"yeoman-generator"
1212
],
13+
"bugs": {
14+
"url": "https://github.com/aspnet/JavaScriptServices/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/aspnet/JavaScriptServices.git"
19+
},
1320
"dependencies": {
1421
"glob": "^7.0.3",
1522
"node-uuid": "^1.4.7",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.