-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update links to correct URLs in package.json #2068
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Paul DeLucia <69597248+pauldelucia@users.noreply.github.com>
…istribution (dashpay#2032) Co-authored-by: Ivan Shumkov <ivan@shumkov.ru>
Co-authored-by: owl352 <kokosinca123@gmail.com>
Co-authored-by: Odysseas Gabrielides <odysseas.gabrielides@gmail.com>
…ository.url", and "bugs.url"
Are the homepages supposed to point to the |
Maybe HEAD, for example https://github.com/dashpay/platform/tree/HEAD/packages/dashpay-contract#readme ? |
}, | ||
"homepage": "https://github.com/dashevo/dapi-grpc#readme", | ||
"homepage": "https://github.com/dashpay/platform/tree/v1.1-dev/packages/dapi-grpc#readme", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to use master. v1.1-dev
will be deleted at some point.
Updated the package.json files to reflect the move to the monorepo.
Note: I did not update the versions of the package.json files. I presume that would happen immediately before pushing to npm?
Issue being fixed or feature implemented
Helps npm point to the right location
What was done?
Updated links in the package.json files. In each package.json file:
How Has This Been Tested?
n/a
Breaking Changes
none
Checklist:
For repository code-owners and collaborators only