afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
444 stars 83 forks source link

restrict NPM installs based on installed node version #121

Closed afeld closed 10 years ago

afeld commented 10 years ago

attempt to fix build on Node 0.8, where NPM was attempting to install Bower 1.3.8, which is incompatible

https://github.com/npm/npm/issues/3662#issuecomment-21142618

gkatsev commented 10 years ago

Another option is to just not test on node 0.8 :)

afeld commented 10 years ago

Just needed a push over that edge :wink: