kurko / ember-json-api

JSON API adapter for Ember Data.
MIT License
254 stars 62 forks source link

dasherize file names #37

Closed raycohen closed 9 years ago

raycohen commented 10 years ago

the file naming convention of ember-cli and the ember ecosystem in general is dasherized rather than snake case (underscores).

it would be great if json_api_adapter.js and json_api_serializer.js were renamed to json-api-adapter.js and json-api-serializer.js