HubSpot / cms-react

A repo to expose CMS react examples, React defaults modules, and more to CMS devs
http://github.hubspot.com/cms-react/
Apache License 2.0
30 stars 15 forks source link

Ensure package references dont reference registry.npmjs.org instead of npm.hubteam #21

Closed bran-van-d closed 7 months ago

bran-van-d commented 7 months ago

Description

One of our developers noticed that we were using the npm.hubteam registry for packages, which actually won't work for public users. I adjusted my install process to ensure we only referenced registry.npmjs.org, ensuring that all these packages are available to public users.