beauby / jsonapi-datastore

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

Add module existence check. #16

Closed mklocek closed 8 years ago

mklocek commented 8 years ago

Added module existance check to make JsonApiDataStore work with non-nodejs and/or non-browserify environments without exceptions.

Fixes #15.

beauby commented 8 years ago

LGTM, merging!

omnikrll commented 8 years ago

Hi,

When I installed jsonapi-datastore through Bower this change was not reflected- I ran into this same problem and ended up implementing this fix manually. Is the bower.json correct?

Thanks, Karl

ahmadhsalim commented 8 years ago

same thing on my side, the module existence check isn't there.

mklocek commented 8 years ago

@ahmadhsalim you need to use github master branch until @beauby releases new bower version

beauby commented 8 years ago

Hi guys, sorry about that, I kinda forgot about bower once I set up the automated npm deploy. Will release a new bower version ASAP.

beauby commented 8 years ago

Just released a new bower version.