# lerna-script-tasks-npmfix

> tasks for lerna-script that fixes links in package.json

Latest version **1.4.0** (published 2021-04-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install lerna-script-tasks-npmfix
pnpm add lerna-script-tasks-npmfix
yarn add lerna-script-tasks-npmfix
bun add lerna-script-tasks-npmfix
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2021-04-11 |
| First published | 2017-09-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 163 |
| Author | Vilius Lukosius |
| Maintainers | viliusl, hugebdu, hugebdu2 |

## Links

- npm: https://www.npmjs.com/package/lerna-script-tasks-npmfix
- Repository: https://github.com/wix/lerna-script
- Homepage: https://github.com/wix/lerna-script/tree/master/tasks/npmfix
- Issues: https://github.com/wix/lerna-script/issues
- npm.io page: https://npm.io/package/lerna-script-tasks-npmfix

## Dependencies (2)

- [git-remote-url](https://npm.io/package/git-remote-url.md) 1.0.1
- [hosted-git-info](https://npm.io/package/hosted-git-info.md) 3.0.4

## Recent versions

- 1.4.0 (latest) — 2021-04-11
- 1.3.4 — 2020-11-04
- 1.3.3 — 2020-11-01
- 1.3.2 — 2020-05-24
- 1.3.1 — 2020-05-24
- 1.3.0 — 2020-05-14
- 1.2.2 — 2020-05-06
- 1.2.1 — 2020-04-30
- 1.2.0 — 2020-02-18
- 1.1.2 — 2020-01-21
- 1.1.1 — 2019-09-16
- 1.1.0 — 2019-09-16
- 1.0.1-alpha.0 — 2019-08-29
- 1.0.0-0 — 2019-08-29
- 0.10.0 — 2019-08-28
- … 30 more at https://npm.io/package/lerna-script-tasks-npmfix/versions

## README

# lerna-script-tasks-npmfix

[lerna-script](../..) task that:

- updates 'homepage' `package.json` value to location in repo for existing github `origin` remote;
- updates 'repository' `package.json` value to location in repo for existing github `origin` remote;

## install

```bash
npm install --save-dev lerna-script-tasks-npmfix
```

## API

### ({[packages]})(log): Promise

Updates `homepage`, `repository` urls for `packages`.

Parameters:

- packages - list of packages to generate idea project for or defaults to ones defined in `lerna.json`;
- log - `npmlog` instance.

---
_Source: https://npm.io/package/lerna-script-tasks-npmfix · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
