npm.io
1.4.0 • Published 5 years ago

lerna-script-tasks-npmfix

Licence
ISC
Version
1.4.0
Deps
2
Size
7 kB
Vulns
1
Weekly
0
Stars
163

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

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.