Package Exports
- @rysun/json-package-updater
- @rysun/json-package-updater/lib/cjs/index.js
- @rysun/json-package-updater/lib/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rysun/json-package-updater) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@rysun/json-package-updater
The basic use of this module is to check and update the package.json with newer versions of dependencies and after the change it create a new branch on your repo and push the updated package.json file in it after that it creates Pull Request with the main branch.
Installation & Usage
To install this package enter this command on your terminal:
npm install @rysun/json-package-updater
or
yarn add @rysun/json-package-updaterTo use the functionality of this node module in your project you need to run the following command in terminal:
npx updateDependencyor else you can download this package globally in your system with this command:
npm install -g @rysun/json-package-updater
or
yarn global add @rysun/json-package-updaterTo use the functionality of this node module Globally in your project you need to run the following command in terminal:
updateDependencyAfter run that command it will ask Please Enter your personal access token, then you need to provide your github personal access token.