beauby / jsonapi-datastore

JavaScript client-side JSON API data handling made easy.
MIT License
195 stars 40 forks source link

Please bump bower version #23

Closed iamchrismiller closed 8 years ago

iamchrismiller commented 8 years ago

Looks like https://github.com/beauby/jsonapi-datastore/commit/c18a3ea853ca6cee134bfaa6044544bfefbffa79 commit is missing and this causes issues in an ES6 environment as module is not defined.

Current workaround : bower install git://github.com/beauby/jsonapi-datastore#021e464fd89eb34a77416db1f7f0785ef57b93ef

Thanks

beauby commented 8 years ago

Hi Chris,

Thanks for pointing that out – will take care of it tomorrow.

Cheers,

Lucas

On Tuesday, 16 February 2016, Chris Miller notifications@github.com wrote:

Looks like https://github.com/beauby/jsonapi-datastore/commit/c18a3ea853ca6cee134bfaa6044544bfefbffa79 commit is missing and this causes issues in an ES6 environment as module is not defined.

Current workaround : bower install git:// github.com/beauby/jsonapi-datastore#021e464fd89eb34a77416db1f7f0785ef57b93ef

Thanks

— Reply to this email directly or view it on GitHub https://github.com/beauby/jsonapi-datastore/issues/23.

Lucas Hosseini lucas.hosseini@gmail.com

beauby commented 8 years ago

Sorry about the delay – just bumped it.

dmarkow commented 8 years ago

@beauby Any chance of getting 0.4.0 published to npm as well? Thanks!

beauby commented 8 years ago

@dmarkow Just did. Sorry for the inconvenience, the Travis hook for auto-publishing seems to have failed when I tagged v0.4.0.

dmarkow commented 8 years ago

@beauby No worries, I appreciate your work on this package :+1: