Skip to content

Commit dbcf9bd

Browse files
committed
fix: update missing sections of misc. package.json files
1 parent b6f9126 commit dbcf9bd

File tree

6 files changed

+73
-3
lines changed

6 files changed

+73
-3
lines changed

packages/core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"name": "NxDotnet",
2424
"url": "https://github.com/nx-dotnet"
2525
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/nx-dotnet/nx-dotnet"
29+
},
2630
"nx-migrations": {
2731
"migrations": "./migrations.json"
2832
}

packages/dotnet/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
},
1616
"bugs": {
1717
"url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+"
18-
}
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/nx-dotnet/nx-dotnet"
22+
},
23+
"homepage": "https://nx-dotnet.com/"
1924
}

packages/nx-ghpages/package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,26 @@
33
"version": "1.1.3",
44
"main": "src/index.js",
55
"generators": "./generators.json",
6-
"executors": "./executors.json"
6+
"executors": "./executors.json",
7+
"bugs": {
8+
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anx-dotnet%2Fnx-ghpages",
9+
"email": "craigorycoppola+nxdotnet@gmail.com"
10+
},
11+
"license": "MIT",
12+
"keywords": [
13+
"Nx",
14+
".NET",
15+
"dotnet",
16+
"monorepos",
17+
"full-stack"
18+
],
19+
"author": {
20+
"name": "NxDotnet",
21+
"url": "https://github.com/nx-dotnet"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/nx-dotnet/nx-dotnet"
26+
},
27+
"homepage": "https://nx-dotnet.com/"
728
}

packages/nxdoc/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,21 @@
88
"bugs": {
99
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anxdoc",
1010
"email": "craigorycoppola+nxdoc@gmail.com"
11+
},
12+
"license": "MIT",
13+
"keywords": [
14+
"Nx",
15+
".NET",
16+
"dotnet",
17+
"monorepos",
18+
"full-stack"
19+
],
20+
"author": {
21+
"name": "NxDotnet",
22+
"url": "https://github.com/nx-dotnet"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/nx-dotnet/nx-dotnet"
1127
}
1228
}

packages/typescript/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
"bugs": {
2222
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",
2323
"email": "craigorycoppola+nxdotnet@gmail.com"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/nx-dotnet/nx-dotnet"
2428
}
2529
}

packages/utils/package.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,25 @@
44
"private": false,
55
"dependencies": {},
66
"license": "MIT",
7-
"version": "1.1.3"
7+
"version": "1.1.3",
8+
"bugs": {
9+
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",
10+
"email": "craigorycoppola+nxdotnet@gmail.com"
11+
},
12+
"keywords": [
13+
"Nx",
14+
".NET",
15+
"dotnet",
16+
"monorepos",
17+
"full-stack"
18+
],
19+
"author": {
20+
"name": "NxDotnet",
21+
"url": "https://github.com/nx-dotnet"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/nx-dotnet/nx-dotnet"
26+
},
27+
"homepage": "https://nx-dotnet.com/"
828
}

0 commit comments

Comments
 (0)