components / ember-data

Shim repository for EmberJS's Data component.
15 stars 53 forks source link

name in `package.json` #37

Open xcambar opened 7 years ago

xcambar commented 7 years ago

(Follow up on a Slack question, see https://embercommunity.slack.com/archives/-help/p1483056261019192)

Is there a particular reason to use the name components-ember-data in package.json?

I want to use ember-data in ember-try scenarii but unfortunately, the Ember team does not currently update dist-tags in npm. Renaming the package in this repo's package.json (if possible) would be a great leverage to achieve this. I will detail at length as necessary.

RobLoach commented 7 years ago

Mostly just to not conflict with the canonical source: https://www.npmjs.com/package/ember-data

We could change it though. Feel free to submit a PR, and then others will review.

xcambar commented 7 years ago

This package does not seem to be published to npm. https://www.npmjs.com/package/components-ember-data seems unrelated. Do you confirm?

The PR is https://github.com/components/ember-data/pull/38