szymonrw / ancient-oak

Immutable data trees in JavaScript.
MIT License
223 stars 11 forks source link

npm & bower modules #3

Closed akatov closed 10 years ago

akatov commented 10 years ago

could you make this into an npm and bower packages for easy usage in projects (both front-end and back-end)?

szymonrw commented 10 years ago

npm package is already there for some time. I'll look into creating bower package later today.

szymonrw commented 10 years ago

I've register ancient-oak on bower registry. As I am not a bower user, could you please confirm if that works for you?

I've run bower install in a fresh folder and it downloads it alright but maybe there's something I can do to make it easier to use (?)

chenglou commented 10 years ago

Bower works, but both 0.0.1 and 0.0.3 are installed?

szymonrw commented 10 years ago

Thanks for noticing, @chenglou. It's now fixed and I've simplified how the files tree look like under bower_components.