dojo / meta

:rocket: Dojo - meta information for the project.
Other
227 stars 50 forks source link

Update Dojo url in package.json #166

Closed dylans closed 7 years ago

dylans commented 7 years ago

Once dojo.io is live, update url in various package.json repos to dojo.io so that it links to that on npm for future releases.

rishson commented 7 years ago

Update repo url and package.json url to https://dojo.io in:

In addition:

rishson commented 7 years ago

@agubler if we wanted to make this less painful, then would we alter grunt-dojo2 's package to check the package.json 's homepage and autocorrect to dojo.io or would it be better to do this, or some other solution?

agubler commented 7 years ago

@rishson It certainly is possible to enhance the release task to correct package.json meta data on release.

We could also potentially create a task that can auto update package.json meta independently of the release.

rishson commented 7 years ago

@agubler yup and I have a PR ready to go for enhancing the release task. Would you prefer a generic 'alter metadata' task, e.g. here, or a hardcoded update url check to the release task?

rishson commented 7 years ago

Most repos will now be updated by #183

kitsonk commented 7 years ago

Let's try to action this and close it out. @eheasley if Dylan doesn't have the time, we should assign it to others.

kitsonk commented 7 years ago

Again, please action this.

edhager commented 7 years ago

Skipping dojo/examples because it does not have a package.json file.

edhager commented 7 years ago

PRs have been created for the unchecked (for now) repos above.

edhager commented 7 years ago

All PRs have been landed.