npm-update-resolutions
v1.0.7
Published
node package to update resolutions automatically after generating the npm audit json file.
Maintainers
Readme
npm-update-resolutions
npm-update-resolutions.
Installation
npm install -g npm-update-resolutionsUsage
To fix the npm dependencies
npx npm-update-resolutions --force-resolutions --majorSet custom registry url
npx npm-update-resolutions --force-resolutions --major --registry https://registry.npmjs.org/Release
Only collaborators with credentials can release and publish:
npm run release
git push --follow-tags && npm publishTo see what files are going to be published, run the command:
npm pack --dry-run
# tar tvf $(npm pack)