christopherthielen / ui-router-extras

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

fix: unstick with exact version of node.js #253

Closed ZuBB closed 8 years ago

christopherthielen commented 8 years ago

https://docs.npmjs.com/files/package.json

If you specify an "engines" field, then npm will require that "node" be somewhere on that list. If "engines" is omitted, then npm will just assume that it works on node.

I'm going to remove engines altogether, since I don't really understand it and this page says that's fine.

christopherthielen commented 8 years ago

thanks for the PR!