Skip to content

Commit

Permalink
fix: update missing sections of misc. package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Aug 13, 2021
1 parent b6f9126 commit dbcf9bd
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"name": "NxDotnet",
"url": "https://github.com/nx-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"nx-migrations": {
"migrations": "./migrations.json"
}
Expand Down
7 changes: 6 additions & 1 deletion packages/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
},
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/"
}
23 changes: 22 additions & 1 deletion packages/nx-ghpages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,26 @@
"version": "1.1.3",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
"executors": "./executors.json",
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anx-dotnet%2Fnx-ghpages",
"email": "craigorycoppola+nxdotnet@gmail.com"
},
"license": "MIT",
"keywords": [
"Nx",
".NET",
"dotnet",
"monorepos",
"full-stack"
],
"author": {
"name": "NxDotnet",
"url": "https://github.com/nx-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/"
}
16 changes: 16 additions & 0 deletions packages/nxdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,21 @@
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anxdoc",
"email": "craigorycoppola+nxdoc@gmail.com"
},
"license": "MIT",
"keywords": [
"Nx",
".NET",
"dotnet",
"monorepos",
"full-stack"
],
"author": {
"name": "NxDotnet",
"url": "https://github.com/nx-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
}
}
4 changes: 4 additions & 0 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",
"email": "craigorycoppola+nxdotnet@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
}
}
22 changes: 21 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,25 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "1.1.3"
"version": "1.1.3",
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",
"email": "craigorycoppola+nxdotnet@gmail.com"
},
"keywords": [
"Nx",
".NET",
"dotnet",
"monorepos",
"full-stack"
],
"author": {
"name": "NxDotnet",
"url": "https://github.com/nx-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/"
}

0 comments on commit dbcf9bd

Please sign in to comment.