lerna-script-tasks-npmfix
v1.4.0
Published
tasks for lerna-script that fixes links in package.json
Downloads
44
Readme
lerna-script-tasks-npmfix
lerna-script task that:
- updates 'homepage'
package.json
value to location in repo for existing githuborigin
remote; - updates 'repository'
package.json
value to location in repo for existing githuborigin
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.