Skip to content

Commit

Permalink
feat(meta): Normalize package.json homepage field
Browse files Browse the repository at this point in the history
How I did it:
```
npx lerna exec --concurrency 1 --stream -- 'DIRPATH=$(realpath $PWD --relative-to=$LERNA_ROOT_PATH); json -I -f package.json -e "this.homepage=\"https://github.com/lerna/lerna/tree/master/${DIRPATH}#readme\""'
```
  • Loading branch information
evocateur committed Feb 15, 2019
1 parent aec5023 commit abeb4dc
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/add#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/bootstrap#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/changed/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/changed#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/clean/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/clean#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/create#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/diff/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/diff#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/exec/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/exec#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/import/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/import#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/init/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/init#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/link/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/link#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/list/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/list#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/publish#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/run/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/run#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/commands/version#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/child-process/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/child-process#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/cli/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/cli#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/command/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/command#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/conventional-commits#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/filter-options/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/filter-options#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/global-options/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/global-options#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
Expand Up @@ -7,7 +7,7 @@
"monorepo",
"multi-package"
],
"homepage": "https://lernajs.io/",
"homepage": "https://github.com/lerna/lerna#readme",
"license": "MIT",
"author": {
"name": "Sebastian McKenzie",
Expand Down
2 changes: 1 addition & 1 deletion core/package-graph/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/package-graph#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/package/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/package#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/project/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/project#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/prompt/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/prompt#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion core/validation-error/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"core"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/core/validation-error#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/batch-packages/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/batch-packages#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/collect-updates/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/collect-updates#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/create-symlink/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/create-symlink#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/filter-packages/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/filter-packages#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/get-npm-exec-opts/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/get-npm-exec-opts#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/github-client/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/github-client#readme",
"license": "MIT",
"author": {
"name": "Miles Johnson",
Expand Down
2 changes: 1 addition & 1 deletion utils/map-to-registry/package.json
Expand Up @@ -8,7 +8,7 @@
"config",
"registry"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/map-to-registry#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-conf/package.json
Expand Up @@ -7,7 +7,7 @@
"npm",
"config"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-conf#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-dist-tag/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-dist-tag#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-install/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-install#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-publish/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-publish#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-run-script/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-run-script#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/output/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/output#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/pulse-till-done/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/pulse-till-done#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/resolve-symlink/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/resolve-symlink#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/rimraf-dir/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/rimraf-dir#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/run-lifecycle/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/run-lifecycle#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down
2 changes: 1 addition & 1 deletion utils/run-parallel-batches/package.json
Expand Up @@ -6,7 +6,7 @@
"lerna",
"utils"
],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/run-parallel-batches#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
Expand Down

0 comments on commit abeb4dc

Please sign in to comment.