arqex / freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
MIT License
1.28k stars 56 forks source link

bower.json is including the wrong file #57

Closed pencilcheck closed 8 years ago

pencilcheck commented 8 years ago

bower.json is including the wrong file for main.

The freezer.js in the root folder uses CommonJS which is not really used in a lot of projects using bower in the first place.

The right file that should be included in the main attribute should be the freezer.js file in the build folder instead.

arqex commented 8 years ago

Thanks @pencilcheck for the feedback, and sorry it took so long for me to fix it, but it should be working ok in v0.9.6